- 25 Sep, 2011 2 commits
-
-
Benjamin Eberlei authored
-
Guilherme Blanco authored
-
- 30 Aug, 2011 1 commit
-
-
Joe Heth authored
Patch for OCI8Statement to support param[0] being null. Switched isset to array_key_exists. Added test that demonstrates the bug and confirms the fix.
-
- 31 Jul, 2011 1 commit
-
-
Benjamin Eberlei authored
This reverts commit 0d2af886, reversing changes made to eb0a4615.
-
- 29 Mar, 2011 1 commit
-
-
Miloslav Kmet authored
to be able to make OCI8 derived classes
-
- 11 Nov, 2010 1 commit
-
-
Benjamin Eberlei authored
-
- 09 Nov, 2010 1 commit
-
-
Miloslav Kmet authored
-
- 12 Oct, 2010 1 commit
-
-
beberlei authored
-
- 28 Jun, 2010 1 commit
-
-
Benjamin Eberlei authored
-
- 20 Jun, 2010 1 commit
-
-
Benjamin Eberlei authored
DBAL-22 - Fix DateTime with Timezone handling in Postgres and Oracle by introducing new type DateTimeTz and have SchemaManagers of both platforms detect this type. Added general conversion testcase which made some bugs in Oracle Date Handling and $stmt->fetchColumn() appear
-
- 15 May, 2010 1 commit
-
-
Benjamin Eberlei authored
-
- 06 May, 2010 1 commit
-
-
Guilherme Blanco authored
Revertd partially the support to DBAL\Transaction, it was wrong. Fixed implementation of ORM\EntityTransaction and fixed tests.
-
- 30 Apr, 2010 1 commit
-
-
Guilherme Blanco authored
-
- 27 Apr, 2010 1 commit
-
-
Roman S. Borschel authored
Fixed svn dependency in build file and some weird issues where the oci8 driver loses spaces in the sql while transforming positional to named parameters.
-
- 02 Apr, 2010 1 commit
-
-
beberlei authored
-
- 29 Mar, 2010 1 commit
-
-
romanb authored
[2.0][DDC-354][DDC-425] Fixed. Encapsulated SQL logging better in the DBAL. Added binding types to DBAL mapping types as well as using these binding types in the persisters. Query and NativeQuery now support PDO binding types as well as DBAL mapping types when binding parameters.
-
- 31 Jan, 2010 1 commit
-
-
beberlei authored
-
- 09 Dec, 2009 1 commit
-
-
romanb authored
-
- 06 Dec, 2009 1 commit
-
-
beberlei authored
[2.0] DDC-197 - Fix for OCI8 returning CLOBs as OCI-LOB instances, was it that easy? The test suggets that inserting clobs is not even requiring the temporary syntax anymore.. Great!
-
- 08 Nov, 2009 1 commit
-
-
romanb authored
-