summaryrefslogtreecommitdiff
path: root/dbd/apr_dbd_sqlite3.c
Commit message (Expand)AuthorAgeFilesLines
* Signedness fixes, const'ness fix (OCIAttrGet is notwrowe2008-06-131-5/+5
* These symbols are always exported.wrowe2008-05-301-1/+1
* Introduce apr_dbd_open_ex()bojan2007-10-301-1/+5
* Unify parsing of prepared statements in DBDbojan2007-02-171-247/+458
* Update license headers.jerenkrantz2007-01-151-6/+6
* Avoid deadlocks between transactions by asking for a RESERVED lock right away.bojan2006-12-281-1/+1
* Avoid crash when getting column names (by Keisuke Nishida)bojan2006-07-241-1/+1
* Delay getting parameter count until after transaction check.bojan2006-06-141-2/+4
* Implement DBD transaction modesbojan2006-06-141-6/+27
* Don't expect variable argument list to end with NULLbojan2006-06-131-20/+12
* Don't cast cleanup functions, provide wrappers instead (PgSQL, SQLite3).bojan2006-06-071-1/+7
* Reset prepared statements post execution, to avoid transactions going haywire.bojan2006-05-131-14/+14
* Don't pay attention to transactions when preparing a statement for SQLite3.bojan2006-05-051-4/+0
* Implement prepared statement support in SQLite3 DBD driverbojan2006-05-021-9/+244
* Fix SQLite3 double commit attemptbojan2006-04-291-5/+4
* Correct lock/unlock for the query busy codebojan2006-04-231-2/+2
* Retry SQLite3 query on BUSYbojan2006-04-231-1/+13
* apr_dbd_get_name driver patches from Bojan Smojverniq2006-03-311-0/+10
* Add or correct bounds checking for sqlite dbd backends.rooneg2006-03-081-1/+1
* Correct allocate space for column names in the sqlite3 dbd implementation.rooneg2006-03-081-1/+10
* Fix the escape implementation in the sqlite dbd back ends.rooneg2006-01-271-1/+1
* Undo revision 321121 (reset doesn't do anything useful enoughniq2005-10-141-5/+0
* Shut up compiler warningsniq2005-10-141-1/+0
* Update sqlite3 driver to use apr_dbd mutex rather than create its ownniq2005-10-141-15/+7
* Add reset function (TBImpl) to apr_dbd APIniq2005-10-141-0/+5
* Support float in sqlite3 driver (patch by Rick Keiner)niq2005-08-191-15/+6
* * include/private/apr_dbd_internal.h: Include public header; removejorton2005-08-111-21/+13
* Be a bit more correct in our handling of varargs in the DBD code.rooneg2005-08-111-2/+3
* Remove conditional include from apr_dbd.h.niq2005-08-101-0/+1
* * dbd/apr_dbd_sqlite3.c: Code style fixes; no functional change.jorton2005-06-141-26/+39
* * dbd/apr_dbd_sqlite3.c (dbd_sqlite3_select): Initialize retry_countjorton2005-06-141-4/+4
* SQLite3 transaction patch (submitted by Rick Keiner)niq2005-06-081-4/+20
* dbd/apr_dbd_sqlite3.c was supposed to be added in r168388.pquerna2005-05-051-0/+414