summaryrefslogtreecommitdiff
path: root/ext/pdo/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* - MFH Update testMarcus Boerger2006-01-221-5/+61
* - MFHMarcus Boerger2005-12-111-0/+4
* actually, bytea is not required for LOBs in postgres; good!Wez Furlong2005-11-251-2/+0
* PDO support for LOBs in the postgres driver currently assumes bytea columns.Wez Furlong2005-11-251-1/+4
* improve test portability.Wez Furlong2005-10-313-15/+32
* Closes PECL Bug #5772; FETCH_FUNC broken for mixed case function namesWez Furlong2005-10-291-0/+29
* Closes PECL #5809; PDOStatement::execute(array(...)) would modify its args.Wez Furlong2005-10-291-0/+34
* clean up the test2 table that some tests createWez Furlong2005-10-291-0/+1
* Test PDO::ATTR_CASE attribute.Dan Scott2005-10-261-0/+83
* Correct non-standard SQL. Standard SQL would define "DEFAULT NULL" -- butDan Scott2005-10-263-3/+3
* - MFH SPL example was changed, so change PDO test accordinglyMarcus Boerger2005-10-131-1/+1
* - Do not try to autoload the class, use internal onlyMarcus Boerger2005-10-131-1/+1
* - MFH Add new testMarcus Boerger2005-10-071-0/+63
* - MFH change require to require_onceMarcus Boerger2005-10-0333-33/+33
* Fix Bug #34687; error information from query() not passed backWez Furlong2005-10-021-0/+32
* - Add PDO::setAttribute(PDO::ATTR_STATEMENT_CLASS)Marcus Boerger2005-10-021-0/+176
* a test for bug #34630Wez Furlong2005-09-241-0/+39
* - MFH Fixed Bug #34590 User defined PDOStatement class can't implementMarcus Boerger2005-09-211-0/+125
* - Add ability to execute .php generated from .phpt on failure without theMarcus Boerger2005-09-2131-0/+45
* MFH: Make PDO use class constantsIlia Alshanetsky2005-09-2026-92/+92
* add __sleep and __wakeup functions to prevent serialize/deserialize from bein...Wez Furlong2005-09-101-0/+28
* Add PDOStatement::bindValue(), which is similar to bindParam(), except thatWez Furlong2005-09-101-0/+44
* - Test the colon is optional in bindingMarcus Boerger2005-07-221-0/+198
* Fixes #33785 for meWez Furlong2005-07-221-3/+5
* Added test for PDO_FETCH_LAZY.Ilia Alshanetsky2005-07-211-0/+26
* some drivers want you to say that its ok to use NULL for these columns.Wez Furlong2005-07-202-2/+2
* Add utility for driver-specific testsWez Furlong2005-07-141-0/+10
* should always bind columns after execute.Wez Furlong2005-07-121-1/+1