summaryrefslogtreecommitdiff
path: root/dbd/apr_dbd_oracle.c
Commit message (Expand)AuthorAgeFilesLines
* Include apr_lib.h in order to use apr_is*() functions.bojan2008-06-181-0/+1
* Silence some compiler warnings on HP-UX.bojan2008-06-181-3/+3
* Signedness fixes, const'ness fix (OCIAttrGet is notwrowe2008-06-131-3/+3
* These symbols are always exported.wrowe2008-05-301-1/+1
* 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
* Make sure macro int_errorcode is last declarationbojan2007-11-121-6/+7
* Careful, error may be NULLbojan2007-10-311-30/+50
* Introduce apr_dbd_open_ex()bojan2007-10-301-3/+36
* Fix r577214 to avoid infinite loop!niq2007-09-191-0/+1
* Check we don't dereference memory that doesn't belong to us inniq2007-09-191-0/+4
* 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
* Unify parsing of prepared statements in DBDbojan2007-02-171-425/+780
* Update license headers.jerenkrantz2007-01-151-6/+6
* Prepared statement handling & params format patch for Oracle Driverniq2006-07-121-98/+60
* Implement DBD transaction modesbojan2006-06-141-7/+32
* apr_dbd_get_name patch for Oracle driver (Chris Darroch)niq2006-03-311-1/+21
* 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
* apr_dbd_oracle driver (Nick Kew and Chris Darroch)niq2005-11-171-0/+1888