summaryrefslogtreecommitdiff
path: root/ext/pdo_sqlite/sqlite_statement.c
Commit message (Expand)AuthorAgeFilesLines
* actually reset the statement when closeCursor() is called.Wez Furlong2005-09-111-0/+2
* Fixed bug #33841 (pdo sqlite driver forgets to update affected column countIlia Alshanetsky2005-07-231-0/+1
* this needs to be the column count, otherwise a db->query() that returns 0 rowsWez Furlong2005-07-181-1/+1
* cursor_closer for SQLite.Ilia Alshanetsky2005-07-091-1/+8
* Fixed memory leak, after SQLITE_DONE sqlite3_data_count() always returns 0.Ilia Alshanetsky2005-07-071-1/+1
* fix for PECL Bug #3452Wez Furlong2005-02-281-5/+1
* upgrade bundled sqlite to sqlite 3.1.3Wez Furlong2005-02-271-3/+14
* Fixed compile warnings.Ilia Alshanetsky2005-02-091-16/+10
* proper fix for PECL Bug #3412Wez Furlong2005-02-091-4/+9
* Add PDO_ATTR_TIMEOUT support.Wez Furlong2005-02-091-4/+13
* updateWez Furlong2005-02-071-1/+1
* update for api changesWez Furlong2005-02-061-1/+1
* Eliminate unused parameter.Wez Furlong2005-01-211-2/+2
* be aware of scrollable cursors; sqlite doesn't support themWez Furlong2005-01-121-1/+2
* jumbo commit; implement sqlstate error codes.Wez Furlong2005-01-071-1/+1
* hmmmmm. Bound params *were* working this way before, but now it seems thatWez Furlong2004-12-261-2/+1
* Removing clucking debug and tweak the reset callWez Furlong2004-09-261-2/+1
* meta data for sqlite3.Wez Furlong2004-09-261-1/+70
* First cut at a PDO driver for SQLite 3.xWez Furlong2004-09-191-0/+217