summaryrefslogtreecommitdiff
path: root/ext/pdo/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* typoAntony Dovgal2006-08-211-1/+1
* Added skip condition for sqlite2 driver, that uses more forgiving emulatedIlia Alshanetsky2006-08-161-0/+1
* Fixed bug #38394 (PDO fails to recover from failed prepared statementIlia Alshanetsky2006-08-091-0/+50
* fix bug #38253 (PDO produces segfault with default fetch mode)Antony Dovgal2006-07-301-0/+47
* Destructors call order is changed (Fixed bug #36759 - Objects destructors are...Dmitry Stogov2006-07-123-3/+3
* there is no Unicode in 5_2Antony Dovgal2006-07-112-46/+0
* (MFH) "transaction" tests should test commit, too, not only rollbackHartmut Holzgraefe2006-07-101-0/+9
* MFHHartmut Holzgraefe2006-07-101-0/+39
* MFHHartmut Holzgraefe2006-07-101-3/+3
* fix skip reasonAntony Dovgal2006-05-172-2/+2
* - MFH: add new testMarcus Boerger2006-05-111-0/+42
* add a test case for bug 35671Wez Furlong2006-03-281-0/+45