Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | hope it works! | Wez Furlong | 2005-02-09 | 1 | -1/+3 |
| | |||||
* | prep for possible release | Wez Furlong | 2005-02-09 | 2 | -7/+7 |
| | |||||
* | update | Wez Furlong | 2005-02-07 | 1 | -1/+1 |
| | |||||
* | hmmm | Wez Furlong | 2005-02-06 | 1 | -1/+6 |
| | |||||
* | update for api changes | Wez Furlong | 2005-02-06 | 2 | -2/+2 |
| | |||||
* | Eliminate unused parameter. | Wez Furlong | 2005-01-21 | 1 | -1/+1 |
| | | | | | | Don't start a transaction when asking for a cursor with pgsql. Fix parameter binding for sqlite3 | ||||
* | let it compile again | Wez Furlong | 2005-01-19 | 2 | -7/+7 |
| | |||||
* | Allow drivers to select bind emulation on a per statement basis | Wez Furlong | 2005-01-18 | 1 | -1/+1 |
| | |||||
* | fix compile. | Wez Furlong | 2005-01-13 | 1 | -1/+1 |
| | | | | | Someone with firebird needs to sit down and give this extension some love | ||||
* | stub out scrollable cursors here too | Wez Furlong | 2005-01-12 | 1 | -1/+2 |
| | |||||
* | half-update for sqlstate error codes | Wez Furlong | 2005-01-07 | 1 | -1/+5 |
| | |||||
* | more method table adjustments. | Wez Furlong | 2004-09-23 | 1 | -0/+1 |
| | | | | | | mysql driver needs work with the error message stuff. Other drivers need a bit more auditing... | ||||
* | Changed name to all caps | Ard Biesheuvel | 2004-06-23 | 1 | -3/+3 |
| | |||||
* | Return all results as strings until I can convince the other guys that | Ard Biesheuvel | 2004-06-23 | 6 | -31/+67 |
| | | | | | it should be otherwise | ||||
* | Refactored statement allocation | Ard Biesheuvel | 2004-06-15 | 3 | -64/+198 |
| | | | | | Added emulated support for named input parameters | ||||
* | Added support for fetching and binding to blob fields | Ard Biesheuvel | 2004-06-14 | 1 | -0/+130 |
| | |||||
* | Release isc statement handle when dtor is called | Ard Biesheuvel | 2004-06-13 | 1 | -26/+37 |
| | | | | | Don't separate() bound zvals | ||||
* | GCC fixes | Ard Biesheuvel | 2004-06-12 | 4 | -17/+30 |
| | |||||
* | Added client/server info attributes | Ard Biesheuvel | 2004-06-12 | 4 | -8/+76 |
| | |||||
* | Hope I finally got it right this time | Ard Biesheuvel | 2004-06-12 | 1 | -1/+1 |
| | |||||
* | Folding markers | Ard Biesheuvel | 2004-06-12 | 3 | -36/+52 |
| | |||||
* | Improved error handling | Ard Biesheuvel | 2004-06-12 | 4 | -51/+99 |
| | | | | | Added some comments | ||||
* | Removed dependency on regular interbase extension | Ard Biesheuvel | 2004-06-12 | 4 | -98/+265 |
| | | | | | Added support for all datatypes except BLOBs | ||||
* | Removed dependency on regular interbase extension | Ard Biesheuvel | 2004-06-12 | 1 | -1/+0 |
| | |||||
* | Use snaps. LIB path | Ard Biesheuvel | 2004-06-12 | 1 | -3/+4 |
| | |||||
* | Changed LIB path | Ard Biesheuvel | 2004-06-12 | 1 | -1/+2 |
| | |||||
* | New test | Ard Biesheuvel | 2004-06-12 | 1 | -0/+54 |
| | |||||
* | Nearly complete implementation | Ard Biesheuvel | 2004-06-12 | 8 | -41/+525 |
| | | | | | No date/time fields yet ... | ||||
* | Initial revision (incomplete) | Ard Biesheuvel | 2004-06-11 | 13 | -0/+746 |