summaryrefslogtreecommitdiff
path: root/ext/oci8
Commit message (Collapse)AuthorAgeFilesLines
* MFH: Bump copyright year.Sebastian Bergmann2007-12-312-2/+2
|
* MFH: Bump year.Sebastian Bergmann2007-01-012-2/+2
|
* merge the last change in 4.4 and allow ext/oci8 to be built against basic ↵Antony Dovgal2006-05-301-1/+1
| | | | | | | lite package (as Derick requested)
* bump year and license versionfoobar2006-01-012-8/+8
|
* fix #33383 (crash when retrieving empty LOBs)Antony Dovgal2005-10-101-3/+17
|
* MFH:Antony Dovgal2005-06-131-6/+8
| | | | | | destroy session after destroying error handle SQLT_CHR is allowed too
* MFH: handle unsupported datatypes and prevent segfaultAntony Dovgal2005-04-281-0/+4
|
* MFH: allow building oci8 as sharedAntony Dovgal2005-02-251-2/+6
|
* MFH: fix bug #31623 (OCILogin does not support password grace period)Antony Dovgal2005-01-201-1/+6
|
* - Quote macro names in AC_DEFUN()foobar2004-12-301-3/+3
| | | | | | # Fixes also bug #29160 # for i in `grep -r -l AC_DEFUN *`; do perl -i -pe "s#AC_DEFUN\(([^\[])(.*)\,#AC_DEFUN([\1\2],#g" $i; done;
* MFH: add Oracle Instant Client support (patch by cjbj at hotmail dot com)Antony Dovgal2004-12-231-5/+118
|
* fix bug #30654 (persistent connection is deleted from hash if there was ↵Antony Dovgal2004-11-031-1/+1
| | | | | | | exclusive connection with the same credentials) No need for MFB here - 5.x.x branches work fine.
* MFH: fix possible segfaultAntony Dovgal2004-10-101-1/+1
|
* MFH: fix bug #29652Antony Dovgal2004-09-281-0/+7
|
* MFH: this file shouldn't be in the repository at allAntony Dovgal2004-08-311-29/+0
|
* MFH: fix #28978 (multiple OCIBindByName on the same placeholder eats memory)Antony Dovgal2004-07-121-1/+1
|
* MFH:Antony Dovgal2004-02-051-2/+6
| | | | | fix bug #27149
* MFH (making oci8 able to compile with Oracle 10)Antony Dovgal2004-02-032-6/+13
|
* MFHAntony Dovgal2004-01-261-2/+2
|
* fix savelob() to make it possible to write data at the beginning of LOBAntony Dovgal2004-01-201-3/+2
|
* MFH: fix bug #26892Antony Dovgal2004-01-151-1/+1
|
* add testAntony Dovgal2003-12-195-0/+109
|
* WSSascha Schumann2003-11-061-2/+2
|
* Fix a format stringSascha Schumann2003-11-061-14/+44
| | | | | | | | | | Nuke a sprintf (slooow) And embed the charset as part of the hashed details (persistent conn key), because the function otherwise happily returns incompatible connections. (e.g. US7ASCII vs. UTF8; the client-side charset is not alterable once a connection has been established.)
* MFH: Aligned configure help texts.foobar2003-10-031-2/+1
|
* Fixed bug #23733.Edin Kadribasic2003-06-031-1/+0
| | | | | #HAVE_OCI8_SHARED_MODE is more trouble than its worth.
* @ - Fixed bug #23376 OCINewDescriptorThies C. Arntzen2003-05-021-0/+4
|
* MFH: compile fixes for < 9.2 oraclefoobar2003-04-302-11/+23
|
* MFH: Fixed bug #23198foobar2003-04-211-2/+5
|
* Fixed bug #22521.Edin Kadribasic2003-04-091-1/+0
| | | | | HAVE_OCI8_SHARED_MODE causes segfaults on startup on many configurations.
* MFH: Fixed bug #18640 properlyfoobar2003-03-241-14/+19
|
* MFHfoobar2003-02-251-6/+12
|
* MFH all changes as requested by Maxim.foobar2003-01-314-797/+941
|
* MFH: Fix bug #21795, Undeclared statement in oci8.c (OCI_ATTR_STATEMENT)foobar2003-01-241-1/+25
|
* MFH: Bump year.Sebastian Bergmann2002-12-312-2/+2
|
* fixed several proto return types throughout the extensionMaxim Maletsky2002-11-101-24/+25
|
* centralize #include "build-defs.h" and drop (sometimes inconsistent) otherSascha Schumann2002-10-241-4/+0
| | | | | instances
* #19948Thies C. Arntzen2002-10-211-2/+2
|
* fixed proto: OCIExecute() returns boolean, not integerMaxim Maletsky2002-10-201-1/+1
|
* a silly comment typoMaxim Maletsky2002-10-191-1/+1
|
* - fixed proto for OciBindByName to represent the forth parameter optionalMaxim Maletsky2002-10-191-1/+1
|
* @- Added Oracle TIMESTAMP type to oci8 extension. (thies)Thies C. Arntzen2002-10-171-1/+18
|
* @- OCIResult() could return garbage if called on empty result-sets. (thies)Thies C. Arntzen2002-09-122-1/+9
| | | | | # fix #19364
* Patch for Bug #18640 (submitted by michael.mauch@gmx.de)Dan Kalowsky2002-09-091-0/+3
|
* remove tabsfoobar2002-08-201-27/+27
|
* Windows build supports returning the sql statement which failed.Edin Kadribasic2002-08-201-2/+2
|
* Fixed build with Oracle 8.0.x (bug #18973).Edin Kadribasic2002-08-202-0/+7
|
* Single-line comments pleaseRasmus Lerdorf2002-08-131-2/+1
|
* fix crash bug introduced by last commitThies C. Arntzen2002-04-141-1/+3
|
* ocibind: avoid warning in debug mode if an outbound variable is NULLThies C. Arntzen2002-04-131-0/+1
|