summaryrefslogtreecommitdiff
path: root/dbd
Commit message (Expand)AuthorAgeFilesLines
...
* Correct lock/unlock for the query busy codebojan2006-04-231-2/+2
* Retry SQLite3 query on BUSYbojan2006-04-231-1/+13
* Set *nrows in dbd_pgsql_pquerybojan2006-04-141-0/+1
* apr_dbd_get_name patch for Oracle driver (Chris Darroch)niq2006-03-311-1/+21
* apr_dbd_get_name driver patches from Bojan Smojverniq2006-03-313-0/+26
* Add support for column name, and protectionniq2006-03-311-3/+23
* Add or correct bounds checking for sqlite dbd backends.rooneg2006-03-082-1/+5
* 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-272-2/+2
* Fix parameters parsing (reported as a bug in the MySQL driver it was cloned f...niq2006-01-061-5/+11
* PR#37664 - Oracle driver fixes by Chris Darrochniq2005-12-281-30/+19
* PR#37664niq2005-11-301-364/+376
* Fix args counting in apr_dbd_prepare in case of double-%niq2005-11-281-2/+7
* apr_dbd_oracle driver (Nick Kew and Chris Darroch)niq2005-11-171-0/+1888
* Don't break if check_conn is NOTIMPL in a driverniq2005-11-141-2/+3
* We don't want '//' commentsjim2005-11-101-1/+1
* PR#37325niq2005-11-011-3/+6
* Undo revision 321121 (reset doesn't do anything useful enoughniq2005-10-144-20/+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-144-0/+20
* Make dbd thread mutex available to DBD driversniq2005-10-141-7/+23
* Fix EscapeString (Patch from Brian J. France)niq2005-09-021-1/+1
* Support float in sqlite3 driver (patch by Rick Keiner)niq2005-08-191-15/+6
* Add const-ness to apr_dbd_driver_t pointersniq2005-08-111-23/+23
* * include/private/apr_dbd_internal.h: Include public header; removejorton2005-08-113-54/+33
* Be a bit more correct in our handling of varargs in the DBD code.rooneg2005-08-113-12/+10
* Remove conditional include from apr_dbd.h.niq2005-08-104-2/+3
* Move apr_dbd private .h to where builds workniq2005-08-091-262/+0
* Revise apr_dbd to hide driver struct from public APIniq2005-08-092-0/+376
* * 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-082-4/+24
* dbd/apr_dbd_sqlite3.c was supposed to be added in r168388.pquerna2005-05-051-0/+414
* Add SQLite3 support for APR DBD.pquerna2005-05-051-0/+4
* - Rewrite the DBD tests to use the ABTS framework.pquerna2005-03-222-0/+396
* * dbd/apr_dbd_pgsql.c: Pick up apr_sleep() prototype to fix:jorton2005-02-251-0/+1
* * dbd/apr_dbd.c (apr_dbd_init): Fix compiler warning from use ofjorton2005-02-241-0/+2
* Update autofoo to support MySQL build in principle (grotty hack),niq2005-02-211-26/+15
* * dbd/apr_dbd_pgsql.crooneg2005-02-051-3/+3
* Move transaction bookkeeping into the apr_dbd_t object, thus avoidingrooneg2005-02-051-42/+45
* * include/apr_dbd.hrooneg2005-02-052-37/+37
* Start preparations to move the transaction handling code inside therooneg2005-02-051-25/+51
* Clean up the DBD tests a bit.rooneg2005-02-051-407/+0
* * dbd/apr_dbd_pgsql.c: wrap some overly long lines, add some whitespace.rooneg2005-02-051-4/+31
* * include/apr_dbd.hrooneg2005-02-051-1/+1
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-043-3/+6
* Move apr_dbd.h to include/ where it belongsniq2005-02-021-618/+0
* Fix license notice in apr_dbd stuffniq2005-02-024-31/+56
* Introducing apr_dbd stuffniq2005-02-024-0/+1758