summaryrefslogtreecommitdiff
path: root/ext/pdo
Commit message (Expand)AuthorAgeFilesLines
* - MFH: Add check for avoid segfault when trying instantiate PDORow manuallyFelipe Pena2008-05-142-4/+16
* MFB5.3: fix SKIPIFNuno Lopes2008-04-102-2/+5
* MFB: Fixed bug #44166 (Parameter handling flaw inIlia Alshanetsky2008-03-031-1/+5
* MFB: Better fix for bug #44189Ilia Alshanetsky2008-02-261-4/+0
* MFB: Fixed bug #44200 (A crash in PDO when no bound targets exists and yetIlia Alshanetsky2008-02-241-0/+4
* Fix testFelipe Pena2008-02-221-2/+3
* MFB: Fixed bug #44189 (PDO setAttribute() does not properly validate valuesIlia Alshanetsky2008-02-211-0/+14
* MFB: Fixed bug #44171 (Invalid FETCH_COLUMN index does not raise an error)Ilia Alshanetsky2008-02-201-0/+2
* New testFelipe Pena2008-02-191-0/+32
* Fixed Bug #44159 (Crash: $pdo->setAttribute(PDO::STATEMENT_ATTR_CLASS, NULL))Felipe Pena2008-02-191-2/+2
* MFB: Missing patch bit from the FETCH_GROUP fixIlia Alshanetsky2008-01-141-0/+2
* MFB: Fixed a bug with PDO::FETCH_COLUMN|PDO::FETCH_GROUP mode when a columnIlia Alshanetsky2008-01-111-4/+19
* MFB: Skip test for PostgreSQL driver since error is too dissimilar to otherIlia Alshanetsky2008-01-031-0/+1
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-318-8/+8
* MFH: Bump copyright year, 1 of 2.Sebastian Bergmann2007-12-311-1/+1
* - Fixed bug #43663 (Extending PDO class with a __call() function doesn't work).David Soria Parra2007-12-302-2/+31
* fix testAntony Dovgal2007-11-271-0/+1
* fix testAntony Dovgal2007-11-271-2/+4
* MFB: Revert addition of - char support for bound param namesIlia Alshanetsky2007-11-262-11/+9
* MFH:- Fixed bug #43365 (Several enums have trailing commas)Jani Taskinen2007-11-261-1/+1
* MFB: Adjusted fix for bug #42978Ilia Alshanetsky2007-11-201-5/+0
* MFB: Fixed bug #42978 (mismatch between number of bound params and valuesIlia Alshanetsky2007-11-201-0/+5
* MFB: Fixed bug #43139 PDO ignores ATTR_DEFAULT_FETCH_MODE in some cases withIlia Alshanetsky2007-10-312-0/+38
* MFB: Test not relavent for sqlite that uses built-in bound syntaxIlia Alshanetsky2007-10-301-0/+1
* MFB: Fixed bug #43130 (Bound parameters cannot have - in their name)Ilia Alshanetsky2007-10-293-117/+255
* MFB: Fixed bug #42917 (PDO::FETCH_KEY_PAIR doesn't work with setFetchMode)Ilia Alshanetsky2007-10-112-3/+46
* fix crash if stream is empty and reader function sets buffer as nullStanislav Malyshev2007-09-121-1/+5
* Fixed bug #42643 (CLI segfaults if using ATTR_PERSISTENT).Ilia Alshanetsky2007-09-121-6/+6
* - Fixed bug #42452 (PDO classes do not expose Reflection API information)Hannes Magnusson2007-08-304-46/+100
* Fixed bug #41971 (PDOStatement::fetch and PDOStatement::setFetchMode causesIlia Alshanetsky2007-07-311-1/+1
* Already exists in PECLIlia Alshanetsky2007-07-251-5/+0
* Fixed bug #40757 (get_object_vars get nothing in child class)Dmitry Stogov2007-07-241-10/+10
* fix testAntony Dovgal2007-07-231-1/+1
* MFH: syncJani Taskinen2007-07-232-4/+4
* Added test for KEY_PAIR code and fixed KEY_PAIR detection codeIlia Alshanetsky2007-07-222-30/+28
* Fixed PDO_FETCH_KEY_PAIR implementation for fetchAll()Ilia Alshanetsky2007-07-221-13/+14
* Fixed a possible crash inside the constructorIlia Alshanetsky2007-07-161-16/+16
* When working with persistent connections re-initialize options on eachIlia Alshanetsky2007-06-281-14/+14
* Added support for ATTR_TIMEOUT inside pdo_pgsql driver.Ilia Alshanetsky2007-06-281-1/+1
* Fixed a crash inside PDO when there is more then one instance of aIlia Alshanetsky2007-06-271-6/+6
* Fixed bug #41698 (float parameters truncated to integer in preparedIlia Alshanetsky2007-06-261-1/+7
* Fixed bug #41596 (Fixed a crash inside pdo_pgsql on some non-well-formedIlia Alshanetsky2007-06-052-23/+33
* Fixed test for PostgreSQLIlia Alshanetsky2007-06-031-0/+1
* Fixed test to work with postgresqlIlia Alshanetsky2007-05-191-1/+1
* Fix paths for ext/sqliteHannes Magnusson2007-05-171-2/+2
* Make test work in sqliteIlia Alshanetsky2007-05-161-1/+1
* typofixAntony Dovgal2007-05-161-1/+1
* [DOC] Added PDO::FETCH_KEY_PAIR mode that will fetch a 2 column result setIlia Alshanetsky2007-05-164-0/+94
* fix test namesAntony Dovgal2007-05-0710-10/+10
* Fixed bug #41215 (setAttribute return code reversed).Ilia Alshanetsky2007-04-291-1/+1