| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | - MFH Update test | Marcus Boerger | 2006-01-22 | 1 | -5/+61 |
* | - MFH | Marcus Boerger | 2005-12-11 | 1 | -0/+4 |
* | actually, bytea is not required for LOBs in postgres; good! | Wez Furlong | 2005-11-25 | 1 | -2/+0 |
* | PDO support for LOBs in the postgres driver currently assumes bytea columns. | Wez Furlong | 2005-11-25 | 1 | -1/+4 |
* | improve test portability. | Wez Furlong | 2005-10-31 | 3 | -15/+32 |
* | Closes PECL Bug #5772; FETCH_FUNC broken for mixed case function names | Wez Furlong | 2005-10-29 | 1 | -0/+29 |
* | Closes PECL #5809; PDOStatement::execute(array(...)) would modify its args. | Wez Furlong | 2005-10-29 | 1 | -0/+34 |
* | clean up the test2 table that some tests create | Wez Furlong | 2005-10-29 | 1 | -0/+1 |
* | Test PDO::ATTR_CASE attribute. | Dan Scott | 2005-10-26 | 1 | -0/+83 |
* | Correct non-standard SQL. Standard SQL would define "DEFAULT NULL" -- but | Dan Scott | 2005-10-26 | 3 | -3/+3 |
* | - MFH SPL example was changed, so change PDO test accordingly | Marcus Boerger | 2005-10-13 | 1 | -1/+1 |
* | - Do not try to autoload the class, use internal only | Marcus Boerger | 2005-10-13 | 1 | -1/+1 |
* | - MFH Add new test | Marcus Boerger | 2005-10-07 | 1 | -0/+63 |
* | - MFH change require to require_once | Marcus Boerger | 2005-10-03 | 33 | -33/+33 |
* | Fix Bug #34687; error information from query() not passed back | Wez Furlong | 2005-10-02 | 1 | -0/+32 |
* | - Add PDO::setAttribute(PDO::ATTR_STATEMENT_CLASS) | Marcus Boerger | 2005-10-02 | 1 | -0/+176 |
* | a test for bug #34630 | Wez Furlong | 2005-09-24 | 1 | -0/+39 |
* | - MFH Fixed Bug #34590 User defined PDOStatement class can't implement | Marcus Boerger | 2005-09-21 | 1 | -0/+125 |
* | - Add ability to execute .php generated from .phpt on failure without the | Marcus Boerger | 2005-09-21 | 31 | -0/+45 |
* | MFH: Make PDO use class constants | Ilia Alshanetsky | 2005-09-20 | 26 | -92/+92 |
* | add __sleep and __wakeup functions to prevent serialize/deserialize from bein... | Wez Furlong | 2005-09-10 | 1 | -0/+28 |
* | Add PDOStatement::bindValue(), which is similar to bindParam(), except that | Wez Furlong | 2005-09-10 | 1 | -0/+44 |
* | - Test the colon is optional in binding | Marcus Boerger | 2005-07-22 | 1 | -0/+198 |
* | Fixes #33785 for me | Wez Furlong | 2005-07-22 | 1 | -3/+5 |
* | Added test for PDO_FETCH_LAZY. | Ilia Alshanetsky | 2005-07-21 | 1 | -0/+26 |
* | some drivers want you to say that its ok to use NULL for these columns. | Wez Furlong | 2005-07-20 | 2 | -2/+2 |
* | Add utility for driver-specific tests | Wez Furlong | 2005-07-14 | 1 | -0/+10 |
* | should always bind columns after execute. | Wez Furlong | 2005-07-12 | 1 | -1/+1 |
* | for the transactions test case, detect working transactions before attempting... | Wez Furlong | 2005-07-09 | 2 | -5/+18 |
* | Added: | Wez Furlong | 2005-07-09 | 3 | -9/+6 |
* | Safer way of allowing 'blank' user/pass. | Ilia Alshanetsky | 2005-07-09 | 1 | -0/+3 |
* | and as a result, need to update the expected data | Wez Furlong | 2005-07-08 | 1 | -1/+1 |
* | we declare the column as NOT NULL, so inserting NULL is not a good idea. | Wez Furlong | 2005-07-08 | 1 | -1/+1 |
* | Add a PDO_ATTR_STRINGIFY_FETCHES attribute, which is used to convert integer or | Wez Furlong | 2005-07-08 | 1 | -0/+1 |
* | 1st set of fixes to make tests work with MySQL | Ilia Alshanetsky | 2005-07-07 | 7 | -1/+32 |
* | remove old test files | Wez Furlong | 2005-07-07 | 27 | -1130/+0 |
* | Stop on the 1st skip. | Ilia Alshanetsky | 2005-07-07 | 27 | -55/+55 |
* | skip if we can't connect (include reason in skip output) | Wez Furlong | 2005-07-07 | 27 | -26/+127 |
* | Need to state NOT NULL here, as DB2 won't allow the UNIQUE constraint without... | Wez Furlong | 2005-07-07 | 3 | -3/+3 |
* | make column names lower case | Wez Furlong | 2005-07-07 | 1 | -0/+1 |
* | extra paranoia about the attribute param | Wez Furlong | 2005-07-07 | 1 | -2/+2 |
* | pedantic WS | Wez Furlong | 2005-07-07 | 1 | -5/+5 |
* | It's not portable to expect any consistency between drivers in the return value | Wez Furlong | 2005-07-07 | 1 | -2/+1 |
* | rename pdo_test.php to pdo_test.inc, add it, and update tests. | Wez Furlong | 2005-07-06 | 27 | -26/+63 |
* | juggling to track down a problem with odbc | Wez Furlong | 2005-07-06 | 1 | -3/+3 |
* | last minute debug stuff sneaked in | Wez Furlong | 2005-07-06 | 1 | -4/+0 |
* | Add tests that can be redirected to with new test harness feature. | Wez Furlong | 2005-07-06 | 26 | -0/+2420 |
* | fix tests when error_reporting is E_ALL | foobar | 2005-06-28 | 1 | -1/+1 |
* | Fixed PDO Mysql tests. | Ilia Alshanetsky | 2005-06-24 | 1 | -1/+1 |
* | - Need to make PDO::__construct() final to prevent SEGV it isn't called 1st | Marcus Boerger | 2005-05-26 | 2 | -12/+0 |