- 04 Feb, 2017 2 commits
-
-
Sergei Morozov authored
-
Sergei Morozov authored
-
- 07 Jul, 2016 1 commit
-
-
Steve Müller authored
Closes #2261 Closes #2262 Closes #2386
-
- 24 Dec, 2014 1 commit
-
-
Jeroen Thora authored
-
- 05 Nov, 2014 2 commits
-
-
Steve Müller authored
-
Steve Müller authored
-
- 21 Dec, 2013 1 commit
-
-
Steve Müller authored
-
- 06 Sep, 2013 1 commit
-
-
Benjamin Eberlei authored
-
- 21 Jun, 2013 1 commit
-
-
Benjamin Morel authored
- Fixed docblocks - Removed return statements on void methods - Cleaned up unused private / local variables - Fixed license issues - Removed SVN leftovers - Fixed doctrine-project.org links - Added line breaks before return statements
-
- 09 May, 2013 2 commits
-
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
-
- 26 Mar, 2013 1 commit
-
-
Julien SALLEYRON authored
-
- 07 Jul, 2012 1 commit
-
-
ivan authored
-
- 26 Jun, 2012 3 commits
-
-
Nicolas Grekas authored
-
Nicolas Grekas authored
-
Nicolas Grekas authored
-
- 25 May, 2012 1 commit
-
-
Benjamin Eberlei authored
-
- 05 May, 2012 2 commits
-
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
-
- 28 Apr, 2012 1 commit
-
-
Danny Berger authored
-
- 24 Mar, 2012 2 commits
-
-
Benjamin Eberlei authored
-
Joe Heth authored
Adding PDO::FETCH_COLUMN support to OCI8 fetchAll method using the fetch structure OCI_FETCHSTATEMENT_BY_COLUMN.
-
- 14 Mar, 2012 1 commit
-
-
Benjamin Eberlei authored
-
- 03 Nov, 2011 1 commit
-
-
Benjamin Eberlei authored
-
- 02 Nov, 2011 1 commit
-
-
Damien Tournoud authored
This enables a more natural way of interacting with result sets, and re-introduces in Doctrine DBAL a feature that has been available in PDO from the begining.
-
- 30 Oct, 2011 1 commit
-
-
Benjamin Eberlei 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.
-
- 29 Mar, 2011 1 commit
-
-
Miloslav Kmet authored
to be able to make OCI8 derived classes
-
- 09 Nov, 2010 1 commit
-
-
Miloslav Kmet authored
-
- 12 Oct, 2010 1 commit
-
-
beberlei 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
-
- 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
-