summaryrefslogtreecommitdiff
path: root/dbd/apr_dbd_odbc.c
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-201-66/+66
* Untested but presumably this code was also -- found by Coverity:Joe Orton2018-10-041-1/+1
* Add signed type apr_intptr_t, because intptr_t is C99, and is not Thomas J. Donovan2014-01-131-10/+10
* Fix warnings in odbc driver on 64bit systems. PR 55197Thomas J. Donovan2013-07-311-13/+14
* 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
* style changes only -- make it look a lot more like the bulk of APRJeff Trawick2011-03-061-224/+265
* 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
* * 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-211-8/+8
* 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-171-1/+1
* remove dangling ";" after function body to resolveJeff Trawick2009-10-211-1/+1
* Merge APR-Util trunk into APR.Paul Querna2009-03-241-0/+1674