summaryrefslogtreecommitdiff
path: root/ext/pdo
Commit message (Expand)AuthorAgeFilesLines
* Unicode supportDmitry Stogov2005-08-123-6/+6
* Fixed memory leak.Ilia Alshanetsky2005-08-031-0/+4
* - Bumber up yearfoobar2005-08-032-2/+2
* add sanity checksWez Furlong2005-07-271-1/+5
* Yes, I can't count the months, and no, I'm not related to Ilia.Wez Furlong2005-07-271-1/+1
* Prep for PECL releaseWez Furlong2005-07-272-3/+6
* - Add missing part to make colon in parameter binding optionalMarcus Boerger2005-07-221-1/+8
* - Test the colon is optional in bindingMarcus Boerger2005-07-221-0/+198
* this looks like a much better fix for refcounting/shutdown in lazy objects.Wez Furlong2005-07-221-1/+3
* fix leak (ugh, this nuance gets me every time)Wez Furlong2005-07-221-0/+3
* Fixes #33785 for meWez Furlong2005-07-222-3/+6
* 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
* Proper handling for databases that need to pre-calculate length of largeIlia Alshanetsky2005-07-202-0/+2
* touch with working re2cfoobar2005-07-181-39/+71
* make a start on a debugging function.Wez Furlong2005-07-181-0/+43
* touch generated fileWez Furlong2005-07-181-103/+190
* avoid :: when looking for named parameters.Wez Furlong2005-07-181-5/+6
* Add utility for driver-specific testsWez Furlong2005-07-141-0/+10
* Touch with working re2cfoobar2005-07-121-185/+98
* touch generated fileWez Furlong2005-07-121-34/+40
* remember ? -> :pdox mapping so that binds by position can be mapped to names ...Wez Furlong2005-07-122-8/+21
* expand oracle null handling compatability by offering the ability to convertWez Furlong2005-07-124-8/+26
* should always bind columns after execute.Wez Furlong2005-07-121-1/+1
* fix a segfault with the following script:Andrey Hristov2005-07-111-1/+4
* for the transactions test case, detect working transactions before attempting...Wez Furlong2005-07-092-5/+18
* Added:Wez Furlong2005-07-095-21/+73
* Safer way of allowing 'blank' user/pass.Ilia Alshanetsky2005-07-092-4/+7
* Fix needed for PostgreSQL driver to allow $user & $pass to be supplied viaIlia Alshanetsky2005-07-081-3/+3
* - Regenerate using re2c 0.9.8Marcus Boerger2005-07-081-29/+29
* - std not needed -> avoid warningMarcus Boerger2005-07-081-2/+2
* Fix Bug #33111Wez Furlong2005-07-081-3/+3
* generated fileWez Furlong2005-07-081-1/+14
* For named-parameter-to-named-parameter rewrites, we need to map the originalWez Furlong2005-07-082-0/+19
* Fix a shutdown order issue I saw in the pgsql driver. Hope this doesn't messWez Furlong2005-07-081-12/+13
* And the generated version of the parserWez Furlong2005-07-081-94/+194
* add a bit of a hack to cater for pgsql prepared statements.Wez Furlong2005-07-082-2/+17
* 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-085-2/+22
* 1st set of fixes to make tests work with MySQLIlia Alshanetsky2005-07-077-1/+32
* populate the new dbh->driver field.Wez Furlong2005-07-072-0/+5
* add an attribute for returning the driver nameWez Furlong2005-07-071-1/+4
* 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
* Return an empty array rather then FALSE in fetchAll() on no results.Ilia Alshanetsky2005-07-071-3/+7
* 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