summaryrefslogtreecommitdiff
path: root/dbd
Commit message (Expand)AuthorAgeFilesLines
* APU_DSO_BUILD can never be publicly defined.wrowe2008-11-2112-28/+33
* Remove redundant and wrongly structured code, *driver would notwrowe2008-11-211-14/+9
* dbd odbc driver - don't segfault when params is NULL.tdonovan2008-10-241-15/+52
* Suppress pgsql column-out-of-range warningniq2008-10-151-1/+6
* Expose the apr_dso_handle_t when calling apu_dso_load, so that theminfrin2008-09-071-5/+5
* Give MySQL DBD driver reconnect option.bojan2008-07-221-0/+6
* DBD rows are counted from one, but in PostgreSQL they start from zero.bojan2008-06-301-2/+2
* make test for NULL or error (-1) value pointer safe for 64-bittdonovan2008-06-181-3/+4
* Include apr_lib.h in order to use apr_is*() functions.bojan2008-06-182-0/+2
* Silence some compiler warnings on HP-UX.bojan2008-06-183-9/+9
* don't try to close results or stmts in a cleanup if the connection has alread...tdonovan2008-06-171-7/+11
* Make sure name is copied into the pool memory before being used in the hash.bojan2008-06-161-0/+1
* param parsing error - only count names, not valstdonovan2008-06-161-2/+1
* Signedness fixes, const'ness fix (OCIAttrGet is notwrowe2008-06-133-12/+12
* I understand that the libmysql is the link lib we wantwrowe2008-06-131-8/+8
* Fix link paths.wrowe2008-06-131-4/+4
* Fix LINK (2/2) - not quite so many libraries were relevant,wrowe2008-06-131-11/+11
* Part 1 of 2, syncing CPP, RSC flags. Note especially in CPP that /Oy- allows...wrowe2008-06-131-32/+28
* Make FreeTDS and ODBC drivers actually build.bojan2008-06-133-26/+36
* X86 + X64 targets, its simplest if these are just cloned from a prior .dspwrowe2008-06-131-4/+74
* Be careful that files are committed in 'native' format, lest wewrowe2008-06-132-1745/+1745
* /debug for releases is great, once we add /opt:refwrowe2008-06-131-1/+1
* Windows HAVE_SQL_H definedtdonovan2008-06-131-4/+2
* Make ODBC DBD driver compile on Unix.bojan2008-06-131-10/+15
* fix Windows build for odbc drivertdonovan2008-06-121-6/+21
* apr_dbd_odbc drivertdonovan2008-06-123-3/+1733
* Use explicit casts to avoid compiler warnings on Windows.bojan2008-06-041-16/+20
* * Fix some gcc compiler warnings on Solaris with the Solaris LDAP SDKrpluem2008-06-041-2/+3
* Silence warnings and notices in PostgreSQL DBD driver.bojan2008-06-031-0/+13
* Deploy a win32 build schema to provide Makefile.winwrowe2008-05-306-0/+1242
* These symbols are always exported.wrowe2008-05-306-6/+6
* Fix ifdef tests where the flags are booleans.wrowe2008-05-231-4/+4
* Clean all lingering maintainer mode emits, and drop apu_dso_init fromwrowe2008-05-231-1/+2
* Introduce an internal apu_dso API for loading modular components into thewrowe2008-05-221-31/+36
* Explicitly reject row numbers that are not greater than 0 for random access.bojan2008-05-212-0/+12
* Varargs demands APU_DECLARE_NONSTD since they cannot be passedwrowe2008-05-211-24/+68
* After discussion on list, removing global prepared cache from thewrowe2008-05-201-121/+0
* Protect unlocks within GLOBAL_PREPARED_STATEMENTS blocks, as this is wherewrowe2008-05-201-0/+8
* Avoid unnecessary copyingbojan2008-05-181-2/+11
* Do not move if rownum is not greater than zero.bojan2008-05-181-2/+2
* Do not seek if rownum is not greater than zero.bojan2008-05-181-2/+2
* Make sure PGSQL and MySQL drivers count rows from 1, not 0bojan2008-05-182-4/+4
* Make sure we can fit full DBD driver name into the pathbojan2008-05-171-1/+1
* svn:eol-style = nativend2007-12-151-295/+295
* 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