summaryrefslogtreecommitdiff
path: root/ext/pdo_firebird
Commit message (Collapse)AuthorAgeFilesLines
* hope it works!Wez Furlong2005-02-091-1/+3
|
* prep for possible releaseWez Furlong2005-02-092-7/+7
|
* updateWez Furlong2005-02-071-1/+1
|
* hmmmWez Furlong2005-02-061-1/+6
|
* update for api changesWez Furlong2005-02-062-2/+2
|
* Eliminate unused parameter.Wez Furlong2005-01-211-1/+1
| | | | | | Don't start a transaction when asking for a cursor with pgsql. Fix parameter binding for sqlite3
* let it compile againWez Furlong2005-01-192-7/+7
|
* Allow drivers to select bind emulation on a per statement basisWez Furlong2005-01-181-1/+1
|
* fix compile.Wez Furlong2005-01-131-1/+1
| | | | | Someone with firebird needs to sit down and give this extension some love
* stub out scrollable cursors here tooWez Furlong2005-01-121-1/+2
|
* half-update for sqlstate error codesWez Furlong2005-01-071-1/+5
|
* more method table adjustments.Wez Furlong2004-09-231-0/+1
| | | | | | mysql driver needs work with the error message stuff. Other drivers need a bit more auditing...
* Changed name to all capsArd Biesheuvel2004-06-231-3/+3
|
* Return all results as strings until I can convince the other guys thatArd Biesheuvel2004-06-236-31/+67
| | | | | it should be otherwise
* Refactored statement allocationArd Biesheuvel2004-06-153-64/+198
| | | | | Added emulated support for named input parameters
* Added support for fetching and binding to blob fieldsArd Biesheuvel2004-06-141-0/+130
|
* Release isc statement handle when dtor is calledArd Biesheuvel2004-06-131-26/+37
| | | | | Don't separate() bound zvals
* GCC fixesArd Biesheuvel2004-06-124-17/+30
|
* Added client/server info attributesArd Biesheuvel2004-06-124-8/+76
|
* Hope I finally got it right this timeArd Biesheuvel2004-06-121-1/+1
|
* Folding markersArd Biesheuvel2004-06-123-36/+52
|
* Improved error handlingArd Biesheuvel2004-06-124-51/+99
| | | | | Added some comments
* Removed dependency on regular interbase extensionArd Biesheuvel2004-06-124-98/+265
| | | | | Added support for all datatypes except BLOBs
* Removed dependency on regular interbase extensionArd Biesheuvel2004-06-121-1/+0
|
* Use snaps. LIB pathArd Biesheuvel2004-06-121-3/+4
|
* Changed LIB pathArd Biesheuvel2004-06-121-1/+2
|
* New testArd Biesheuvel2004-06-121-0/+54
|
* Nearly complete implementationArd Biesheuvel2004-06-128-41/+525
| | | | | No date/time fields yet ...
* Initial revision (incomplete)Ard Biesheuvel2004-06-1113-0/+746