summaryrefslogtreecommitdiff
path: root/dbd
Commit message (Expand)AuthorAgeFilesLines
* Properly declare apr_dbd_mutex_lock/unlock when no threading availablebojan2007-11-131-2/+2
* Export apr_dbd_mutex_lock/unlock for the drivers to seebojan2007-11-121-2/+2
* Make sure macro int_errorcode is last declarationbojan2007-11-121-6/+7
* reverted r591327; my bad.fuankg2007-11-021-0/+1
* added freetds driver makefile.fuankg2007-11-021-0/+295
* some minor driver makefile fixes.fuankg2007-11-025-12/+9
* wrong place for this define. I t has to go into apu_config.h,fuankg2007-11-021-1/+0
* Careful, error may be NULLbojan2007-10-311-30/+50
* Introduce apr_dbd_open_ex()bojan2007-10-307-15/+94
* Add group parameter to MySQL driverbojan2007-10-191-0/+6
* Fix r577214 to avoid infinite loop!niq2007-09-193-0/+3
* Check we don't dereference memory that doesn't belong to us inniq2007-09-193-0/+12
* Remove unnecessary APU version checks from MySQL DBD driverbojan2007-09-051-340/+1
* Commit DBD MySQL driver (relicensed) and FreeTDS driver (new)niq2007-09-042-0/+2380
* * dbd/apr_dbd.c (apr_dbd_open): Recent glibc defines open() as a macrojorton2007-08-101-1/+1
* oups - the apr_snprintf() for the symbol should have kept.fuankg2007-07-111-1/+1
* reverted r553027;fuankg2007-07-101-3/+9
* added define APU_DBD_DRIVER_FMT to apu.h which sets the driver format to buil...fuankg2007-07-041-9/+3
* Implement connection check function in Oracle DBD driver.bojan2007-05-221-4/+27
* Apply patch from bug #41250, by Chris Darrochbojan2007-05-101-8/+1
* newlinesnd2007-04-235-1449/+1449
* enabled static linking of dependent external libs.fuankg2007-04-084-9/+121
* some more minor makefile fixes.fuankg2007-04-061-1/+7
* fixed some typos.fuankg2007-04-062-6/+6
* added NetWare makefiles for DSO drivers.fuankg2007-04-065-0/+1331
* enable driver DSO build for NetWare.fuankg2007-04-061-0/+2
* * dbd/apr_dbd.c (apr_dbd_get_driver): Ensure driver DSOs have the samejorton2007-03-221-0/+3
* Unify parsing of prepared statements in DBDbojan2007-02-175-778/+1936
* Fix typos in APU_DSO_BUILDbojan2007-01-301-3/+3
* Some fixes for DBD DSO stuffbojan2007-01-301-1/+1
* Add support for loading DBD drivers as DSOs:jorton2007-01-301-31/+36
* Update license headers.jerenkrantz2007-01-155-30/+30
* 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
* Prepared statement handling & params format patch for Oracle Driverniq2006-07-121-98/+60
* Delay getting parameter count until after transaction check.bojan2006-06-141-2/+4
* Implement DBD transaction modesbojan2006-06-145-30/+396
* Don't expect variable argument list to end with NULLbojan2006-06-132-47/+37
* Simplify cleanup run.bojan2006-06-072-5/+3
* Adjust cleanup_kill calls to new wrappers.bojan2006-06-072-4/+4
* Don't cast cleanup functions, provide wrappers instead (PgSQL, SQLite3).bojan2006-06-072-3/+15
* Don't cast cleanup function, provide wrappers instead.bojan2006-06-071-2/+13
* Properly free results table.bojan2006-06-071-2/+2
* Don't store -1 into size_t field (a *really* big number on 64-bit machine :-)bojan2006-06-071-7/+2
* Correct detection of various databases (PostgreSQL, MySQL, SQLite2/3, Oracle).bojan2006-05-241-0/+6
* 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
* Check bad transaction state in dbd_pgsql_pquery()/dbd_pgsql_pselect()bojan2006-04-251-0/+10