summaryrefslogtreecommitdiff
path: root/ext/pdo/tests
Commit message (Expand)AuthorAgeFilesLines
* - Updated pdo_pgsql tests to be 8.5+ friendlyMatteo Beccati2009-12-251-1/+1
* - Fixed bug #50458 (PDO::FETCH_FUNC fails with Closures)Pierrick Charron2009-12-141-0/+29
* - Fixed bug #49521 (PDO fetchObject sets values before calling constructor) Felipe Pena2009-11-151-5/+5
* - Fixed PDORow and PDOStatement crashes when instantiating throught ReflectionFelipe Pena2009-10-121-0/+21
* MFHMatteo Beccati2009-05-121-0/+104
* MFH:Matteo Beccati2009-04-021-0/+78
* - Fix typoFelipe Pena2009-03-261-1/+1
* MFH: - Fixed bug #47769 (Strange extends PDO)Felipe Pena2009-03-261-0/+32
* MFH:Felipe Pena2009-03-231-0/+51
* - Missing "DROP TABLE"Felipe Pena2009-02-161-0/+3
* - MFH: Fixed bug #47297 (pdo_033.phpt fails on PgSQL)Felipe Pena2009-02-041-1/+3
* create temporary db in the current dir and cleanup on completionAntony Dovgal2009-01-051-2/+4
* MFH: Add mysqlnd support for PDO_mysql, fixes at least bug#41997,#42499,Johannes Schlüter2008-07-219-34/+44
* - MFH: Add check for avoid segfault when trying instantiate PDORow manuallyFelipe Pena2008-05-141-0/+10
* fix SKIPIFsNuno Lopes2008-04-102-1/+5
* remove duplicated sectionsNuno Lopes2008-03-171-1/+0
* MFH: Fix get_parent_class() of PDORow instancesJohannes Schlüter2008-03-031-0/+22
* Fix testFelipe Pena2008-02-221-2/+3
* New testFelipe Pena2008-02-191-0/+32
* some BDs (e.g. firebird) dont support text, so replace it with varchar(255).Nuno Lopes2008-02-191-1/+1
* Skip test for PostgreSQL driver since error is too dissimilar to otherIlia Alshanetsky2008-01-031-0/+1
* - Fixed bug #43663 (Extending PDO class with a __call() function doesn't work).David Soria Parra2007-12-301-0/+23
* fix testAntony Dovgal2007-11-271-0/+1
* fix testAntony Dovgal2007-11-271-2/+4
* 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-311-0/+34
* 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-291-0/+30
* Fixed bug #42917 (PDO::FETCH_KEY_PAIR doesn't work with setFetchMode)Ilia Alshanetsky2007-10-111-0/+40
* - Fixed bug #42452 (PDO classes do not expose Reflection API information)Hannes Magnusson2007-08-302-2/+2
* Fixed bug #40757 (get_object_vars get nothing in child class)Dmitry Stogov2007-07-241-10/+10
* fix testAntony Dovgal2007-07-231-1/+1
* Added test for KEY_PAIR code and fixed KEY_PAIR detection codeIlia Alshanetsky2007-07-221-27/+25
* 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
* [DOC] Added PDO::FETCH_KEY_PAIR mode that will fetch a 2 column result setIlia Alshanetsky2007-05-161-0/+64
* fix test namesAntony Dovgal2007-05-0710-10/+10
* Fixed test mixupIlia Alshanetsky2007-02-022-5/+55
* Fixed bug #40285 (The PDO prepare parser goes into an infinite loop inIlia Alshanetsky2007-02-011-28/+5
* Fixed testIlia Alshanetsky2006-12-091-3/+2
* Fixed bug #36798 (Error parsing named parameters with queries containingIlia Alshanetsky2006-12-051-0/+32
* Fix testHannes Magnusson2006-12-051-1/+1
* Fixed test (user is a reserved keyword in pgsql)Ilia Alshanetsky2006-12-041-2/+2
* Fixed bug #39527 (Failure to retrieve results when multiple unbuffered,Ilia Alshanetsky2006-12-023-0/+12
* add testAntony Dovgal2006-11-281-0/+51
* Fixed bug #39398 (Booleans are not automatically translated to integers).Ilia Alshanetsky2006-11-071-0/+35
* Fixed bug #37870 (pgo_pgsql tries to de-allocate unused statements).Ilia Alshanetsky2006-09-191-2/+2