summaryrefslogtreecommitdiff
path: root/dbd
Commit message (Expand)AuthorAgeFilesLines
* dbd_odbc: Fix SQL_INTEGER allocation size.Yann Ylavic2023-03-181-2/+2
* Remove trailing whitespaces in *.c.Ivan Zhakov2022-11-207-87/+87
* Teach configure how to find and build against MariaDB 10.2. PR 61517Graham Leggett2019-12-281-0/+2
* Untested but presumably this code was also -- found by Coverity:Joe Orton2018-10-041-1/+1
* Add include and lib paths for dependecies in some of the Gregg Lewis Smith2015-06-252-18/+18
* MySQL driver: Fix incorrect check for bad parameter in theJeff Trawick2014-09-161-2/+2
* Add signed type apr_intptr_t, because intptr_t is C99, and is not Thomas J. Donovan2014-01-131-10/+10
* APR DSOs have .dll extension on Cygwin too.Jeff Trawick2013-10-051-1/+1
* fix feature test name in commentJeff Trawick2013-09-071-1/+1
* Fix warnings in odbc driver on 64bit systems. PR 55197Thomas J. Donovan2013-07-311-13/+14
* Fix forever loop on NetWare when trying to get parent pool.Guenter Knauf2013-05-071-2/+4
* Mark apr_dbd_freetds as unsupported and remove it from all buildsNick Kew2013-03-305-6/+4
* Allow apr_dbd_get_row() to be called with a different pool than apr_dbd_select()Stefan Fritsch2012-08-054-4/+4
* APR dbd FreeTDS support: Fix spurious API errors caused by Jeff Trawick2012-07-181-1/+1
* Forward port r1211219 from apr-util 1.4:Stefan Fritsch2012-07-161-8/+8
* NetWare build tweaks to enable nlmconv linker.Guenter Knauf2012-05-025-21/+25
* Switch pgsql module from PQescapeString (which pgsql now deprecates)Nick Kew2012-04-181-1/+1
* Remove variables that we assign but never read.Graham Leggett2011-11-281-2/+0
* Refactored for single apr/ treeWilliam A. Rowe Jr2011-06-017-56/+56
* small simplification to the fix in r1065258: just use the OracleJeff Trawick2011-03-231-4/+2
* Use var for prelude so its possible to change it at one place.Guenter Knauf2011-03-185-5/+5
* 2nd try - indenting fix per change 1078507 - style fixThomas J. Donovan2011-03-111-5/+3
* indenting fix per change 1078507 - style fixThomas J. Donovan2011-03-111-3/+4
* apr_dbd odbc: Fix stack buffer overwrite when an unexpected Jeff Trawick2011-03-091-3/+13
* zap the never-used apr_env_get() retcodeJeff Trawick2011-03-091-2/+1
* replace some strcpy() calls with apr_cpystrn()Jeff Trawick2011-03-071-3/+6
* fix some existing parameter range checking that had a badJeff Trawick2011-03-071-3/+10
* NetWare build overhaul in order to compile on Linux.Guenter Knauf2011-03-065-13/+9
* NetWare build overhaul in order to compile on Linux.Guenter Knauf2011-03-065-5/+5
* NetWare build overhaul in order to compile on Linux.Guenter Knauf2011-03-066-52/+27
* style changes only -- make it look a lot more like the bulk of APRJeff Trawick2011-03-061-224/+265
* Fix endianness issue in Oracle driverNick Kew2011-01-301-1/+3
* fix compiler warning for non-static function with no prototypeJeff Trawick2010-09-241-3/+3
* DBD ODBC support: Fix memory corruption using apr_dbd_datum_get() withJeff Trawick2010-09-241-1/+1
* Fix various issues found by cppcheckStefan Fritsch2010-07-271-1/+1
* Copy memory returned by dbd_mysql_get_entryNick Kew2010-07-201-3/+11
* Fix a trunk-only problem opening dbd drivers:Jeff Trawick2010-04-071-0/+1
* * Define DRIVER_APR_VERSION_*Ruediger Pluem2009-12-231-2/+2
* Fix breakage observed by rpluem, I hopeWilliam A. Rowe Jr2009-12-221-2/+2
* Refactor away apu_version legacy cruftWilliam A. Rowe Jr2009-12-213-12/+10
* Two missed APU_MODULE_DECLARE_DATA fixesWilliam A. Rowe Jr2009-12-171-1/+1
* Refactoring to drop apr_config.h, renamed APU_MODULE_DECLARE_DATAWilliam A. Rowe Jr2009-12-178-13/+14
* The resource stub name changes for the libapr migrationWilliam A. Rowe Jr2009-12-176-6/+6
* * Silence compiler warningRuediger Pluem2009-12-011-0/+2
* * mysql_options() requires a pointer as third argument, not a value.Ruediger Pluem2009-11-261-6/+10
* Support connecttimeout, readtimeout and writetimeout MySQL optionsNick Kew2009-11-201-0/+17
* remove dangling ";" after function body to resolveJeff Trawick2009-10-211-1/+1
* Reorder the config into sanity, prefer include/mysql/ structureWilliam A. Rowe Jr2009-08-031-11/+12
* Add dbd_mysql_num_cols to the list of declared functions.Graham Leggett2009-07-281-0/+1
* Make sure the mysql version of dbd_mysql_get_entry() respects theGraham Leggett2009-07-281-5/+11