| Commit message (Expand) | Author | Age | Files | Lines |
| * | Unicode support | Dmitry Stogov | 2005-08-12 | 3 | -6/+6 |
| * | Fixed memory leak. | Ilia Alshanetsky | 2005-08-03 | 1 | -0/+4 |
| * | - Bumber up year | foobar | 2005-08-03 | 2 | -2/+2 |
| * | add sanity checks | Wez Furlong | 2005-07-27 | 1 | -1/+5 |
| * | Yes, I can't count the months, and no, I'm not related to Ilia. | Wez Furlong | 2005-07-27 | 1 | -1/+1 |
| * | Prep for PECL release | Wez Furlong | 2005-07-27 | 2 | -3/+6 |
| * | - Add missing part to make colon in parameter binding optional | Marcus Boerger | 2005-07-22 | 1 | -1/+8 |
| * | - Test the colon is optional in binding | Marcus Boerger | 2005-07-22 | 1 | -0/+198 |
| * | this looks like a much better fix for refcounting/shutdown in lazy objects. | Wez Furlong | 2005-07-22 | 1 | -1/+3 |
| * | fix leak (ugh, this nuance gets me every time) | Wez Furlong | 2005-07-22 | 1 | -0/+3 |
| * | Fixes #33785 for me | Wez Furlong | 2005-07-22 | 2 | -3/+6 |
| * | 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 |
| * | Proper handling for databases that need to pre-calculate length of large | Ilia Alshanetsky | 2005-07-20 | 2 | -0/+2 |
| * | touch with working re2c | foobar | 2005-07-18 | 1 | -39/+71 |
| * | make a start on a debugging function. | Wez Furlong | 2005-07-18 | 1 | -0/+43 |
| * | touch generated file | Wez Furlong | 2005-07-18 | 1 | -103/+190 |
| * | avoid :: when looking for named parameters. | Wez Furlong | 2005-07-18 | 1 | -5/+6 |
| * | Add utility for driver-specific tests | Wez Furlong | 2005-07-14 | 1 | -0/+10 |
| * | Touch with working re2c | foobar | 2005-07-12 | 1 | -185/+98 |
| * | touch generated file | Wez Furlong | 2005-07-12 | 1 | -34/+40 |
| * | remember ? -> :pdox mapping so that binds by position can be mapped to names ... | Wez Furlong | 2005-07-12 | 2 | -8/+21 |
| * | expand oracle null handling compatability by offering the ability to convert | Wez Furlong | 2005-07-12 | 4 | -8/+26 |
| * | should always bind columns after execute. | Wez Furlong | 2005-07-12 | 1 | -1/+1 |
| * | fix a segfault with the following script: | Andrey Hristov | 2005-07-11 | 1 | -1/+4 |
| * | for the transactions test case, detect working transactions before attempting... | Wez Furlong | 2005-07-09 | 2 | -5/+18 |
| * | Added: | Wez Furlong | 2005-07-09 | 5 | -21/+73 |
| * | Safer way of allowing 'blank' user/pass. | Ilia Alshanetsky | 2005-07-09 | 2 | -4/+7 |
| * | Fix needed for PostgreSQL driver to allow $user & $pass to be supplied via | Ilia Alshanetsky | 2005-07-08 | 1 | -3/+3 |
| * | - Regenerate using re2c 0.9.8 | Marcus Boerger | 2005-07-08 | 1 | -29/+29 |
| * | - std not needed -> avoid warning | Marcus Boerger | 2005-07-08 | 1 | -2/+2 |
| * | Fix Bug #33111 | Wez Furlong | 2005-07-08 | 1 | -3/+3 |
| * | generated file | Wez Furlong | 2005-07-08 | 1 | -1/+14 |
| * | For named-parameter-to-named-parameter rewrites, we need to map the original | Wez Furlong | 2005-07-08 | 2 | -0/+19 |
| * | Fix a shutdown order issue I saw in the pgsql driver. Hope this doesn't mess | Wez Furlong | 2005-07-08 | 1 | -12/+13 |
| * | And the generated version of the parser | Wez Furlong | 2005-07-08 | 1 | -94/+194 |
| * | add a bit of a hack to cater for pgsql prepared statements. | Wez Furlong | 2005-07-08 | 2 | -2/+17 |
| * | 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 | 5 | -2/+22 |
| * | 1st set of fixes to make tests work with MySQL | Ilia Alshanetsky | 2005-07-07 | 7 | -1/+32 |
| * | populate the new dbh->driver field. | Wez Furlong | 2005-07-07 | 2 | -0/+5 |
| * | add an attribute for returning the driver name | Wez Furlong | 2005-07-07 | 1 | -1/+4 |
| * | 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 |
| * | Return an empty array rather then FALSE in fetchAll() on no results. | Ilia Alshanetsky | 2005-07-07 | 1 | -3/+7 |
| * | 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 |