summaryrefslogtreecommitdiff
path: root/ext/pdo
Commit message (Expand)AuthorAgeFilesLines
* 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/+32
* fix testAntony Dovgal2007-11-271-0/+1
* fix testAntony Dovgal2007-11-271-2/+4
* 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
* Adjusted fix for bug #42978Ilia Alshanetsky2007-11-201-5/+0
* Fixed bug #42978 (mismatch between number of bound params and values causesIlia Alshanetsky2007-11-201-0/+5
* fix testAntony Dovgal2007-11-081-10/+10
* Fixed testIlia Alshanetsky2007-11-041-16/+16
* Fixed bug #43139 PDO ignores ATTR_DEFAULT_FETCH_MODE in some cases with fetch...Ilia Alshanetsky2007-10-312-0/+38
* Test not relavent for sqlite that uses built-in bound syntaxIlia Alshanetsky2007-10-301-0/+1
* Fixed bug #43130 (Bound parameters cannot have - in their name)Ilia Alshanetsky2007-10-293-117/+255
* Fixed bug #42917 (PDO::FETCH_KEY_PAIR doesn't work with setFetchMode)Ilia Alshanetsky2007-10-112-3/+46
* MFH: stmt->fetch.func.values is not a zval and should not be freed with FREE_...Yiduo (David) Wang2007-10-081-1/+1
* MFH: Added macros for managing zval refcounts and is_ref statusesYiduo (David) Wang2007-10-072-11/+11
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-275-12/+12
* 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
* fix leaks in row_get_properties()Antony Dovgal2007-04-171-12/+2
* MFH: fix #40727 (segfault in PDO when failed to bind parameters)Antony Dovgal2007-03-071-3/+12
* Fixed bug #40417 (Allow multiple instances of the same named PDO token inIlia Alshanetsky2007-03-062-5/+29
* Better generated parserIlia Alshanetsky2007-02-021-222/+116
* Fixed test mixupIlia Alshanetsky2007-02-022-5/+55
* Fixed bug #40285 (The PDO prepare parser goes into an infinite loop inIlia Alshanetsky2007-02-013-204/+241
* nullify param.parameter and avoid destroying it twiceAntony Dovgal2007-01-271-1/+5