summaryrefslogtreecommitdiff
path: root/ext/pdo_sqlite/sqlite_driver.c
Commit message (Expand)AuthorAgeFilesLines
* Alan: moved your fields away, but reserved you a pointer.Wez Furlong2005-02-261-3/+6
* Fixed compile warnings.Ilia Alshanetsky2005-02-091-4/+2
* Add PDO_ATTR_TIMEOUT support.Wez Furlong2005-02-091-1/+13
* update for api changesWez Furlong2005-02-061-1/+1
* Eliminate unused parameter.Wez Furlong2005-01-211-2/+2
* Allow drivers to select bind emulation on a per statement basisWez Furlong2005-01-181-1/+1
* be aware of scrollable cursors; sqlite doesn't support themWez Furlong2005-01-121-0/+6
* jumbo commit; implement sqlstate error codes.Wez Furlong2005-01-071-17/+36
* hmmmmm. Bound params *were* working this way before, but now it seems thatWez Furlong2004-12-261-1/+2
* fix build issuesWez Furlong2004-12-251-1/+1
* add entry for liveness checkWez Furlong2004-09-231-1/+2
* Use NO_PERM code hereWez Furlong2004-09-191-1/+1
* make it build on win32Wez Furlong2004-09-191-5/+9
* Add transaction support.Wez Furlong2004-09-191-5/+106
* First cut at a PDO driver for SQLite 3.xWez Furlong2004-09-191-0/+251