summaryrefslogtreecommitdiff
path: root/ext/pdo/tests
Commit message (Expand)AuthorAgeFilesLines
...
* - 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
* Need to state NOT NULL here, as DB2 won't allow the UNIQUE constraint without...Wez Furlong2005-07-073-3/+3
* make column names lower caseWez Furlong2005-07-071-0/+1
* extra paranoia about the attribute paramWez Furlong2005-07-071-2/+2
* pedantic WSWez Furlong2005-07-071-5/+5
* It's not portable to expect any consistency between drivers in the return valueWez Furlong2005-07-071-2/+1
* rename pdo_test.php to pdo_test.inc, add it, and update tests.Wez Furlong2005-07-0627-26/+63
* juggling to track down a problem with odbcWez Furlong2005-07-061-3/+3
* last minute debug stuff sneaked inWez Furlong2005-07-061-4/+0
* Add tests that can be redirected to with new test harness feature.Wez Furlong2005-07-0626-0/+2420
* fix tests when error_reporting is E_ALLfoobar2005-06-281-1/+1
* Fixed PDO Mysql tests.Ilia Alshanetsky2005-06-241-1/+1
* - Need to make PDO::__construct() final to prevent SEGV it isn't called 1stMarcus Boerger2005-05-262-12/+0