| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | typo | Antony Dovgal | 2006-08-21 | 1 | -1/+1 |
* | Added skip condition for sqlite2 driver, that uses more forgiving emulated | Ilia Alshanetsky | 2006-08-16 | 1 | -0/+1 |
* | Fixed bug #38394 (PDO fails to recover from failed prepared statement | Ilia Alshanetsky | 2006-08-09 | 1 | -0/+50 |
* | fix bug #38253 (PDO produces segfault with default fetch mode) | Antony Dovgal | 2006-07-30 | 1 | -0/+47 |
* | Destructors call order is changed (Fixed bug #36759 - Objects destructors are... | Dmitry Stogov | 2006-07-12 | 3 | -3/+3 |
* | there is no Unicode in 5_2 | Antony Dovgal | 2006-07-11 | 2 | -46/+0 |
* | (MFH) "transaction" tests should test commit, too, not only rollback | Hartmut Holzgraefe | 2006-07-10 | 1 | -0/+9 |
* | MFH | Hartmut Holzgraefe | 2006-07-10 | 1 | -0/+39 |
* | MFH | Hartmut Holzgraefe | 2006-07-10 | 1 | -3/+3 |
* | fix skip reason | Antony Dovgal | 2006-05-17 | 2 | -2/+2 |
* | - MFH: add new test | Marcus Boerger | 2006-05-11 | 1 | -0/+42 |
* | add a test case for bug 35671 | Wez Furlong | 2006-03-28 | 1 | -0/+45 |
* | - 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 |