summaryrefslogtreecommitdiff
path: root/ext/pdo/tests
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* for the transactions test case, detect working transactions before attempting...Wez Furlong2005-07-092-5/+18
* Added:Wez Furlong2005-07-093-9/+6
* Safer way of allowing 'blank' user/pass.Ilia Alshanetsky2005-07-091-0/+3
* and as a result, need to update the expected dataWez Furlong2005-07-081-1/+1
* we declare the column as NOT NULL, so inserting NULL is not a good idea.Wez Furlong2005-07-081-1/+1
* Add a PDO_ATTR_STRINGIFY_FETCHES attribute, which is used to convert integer orWez Furlong2005-07-081-0/+1
* 1st set of fixes to make tests work with MySQLIlia Alshanetsky2005-07-077-1/+32
* remove old test filesWez Furlong2005-07-0727-1130/+0
* Stop on the 1st skip.Ilia Alshanetsky2005-07-0727-55/+55
* skip if we can't connect (include reason in skip output)Wez Furlong2005-07-0727-26/+127