Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MFH: Bump copyright year. | Sebastian Bergmann | 2007-12-31 | 2 | -2/+2 |
| | |||||
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 2 | -2/+2 |
| | |||||
* | merge the last change in 4.4 and allow ext/oci8 to be built against basic ↵ | Antony Dovgal | 2006-05-30 | 1 | -1/+1 |
| | | | | | | | lite package (as Derick requested) | ||||
* | bump year and license version | foobar | 2006-01-01 | 2 | -8/+8 |
| | |||||
* | fix #33383 (crash when retrieving empty LOBs) | Antony Dovgal | 2005-10-10 | 1 | -3/+17 |
| | |||||
* | MFH: | Antony Dovgal | 2005-06-13 | 1 | -6/+8 |
| | | | | | | destroy session after destroying error handle SQLT_CHR is allowed too | ||||
* | MFH: handle unsupported datatypes and prevent segfault | Antony Dovgal | 2005-04-28 | 1 | -0/+4 |
| | |||||
* | MFH: allow building oci8 as shared | Antony Dovgal | 2005-02-25 | 1 | -2/+6 |
| | |||||
* | MFH: fix bug #31623 (OCILogin does not support password grace period) | Antony Dovgal | 2005-01-20 | 1 | -1/+6 |
| | |||||
* | - Quote macro names in AC_DEFUN() | foobar | 2004-12-30 | 1 | -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 Dovgal | 2004-12-23 | 1 | -5/+118 |
| | |||||
* | fix bug #30654 (persistent connection is deleted from hash if there was ↵ | Antony Dovgal | 2004-11-03 | 1 | -1/+1 |
| | | | | | | | exclusive connection with the same credentials) No need for MFB here - 5.x.x branches work fine. | ||||
* | MFH: fix possible segfault | Antony Dovgal | 2004-10-10 | 1 | -1/+1 |
| | |||||
* | MFH: fix bug #29652 | Antony Dovgal | 2004-09-28 | 1 | -0/+7 |
| | |||||
* | MFH: this file shouldn't be in the repository at all | Antony Dovgal | 2004-08-31 | 1 | -29/+0 |
| | |||||
* | MFH: fix #28978 (multiple OCIBindByName on the same placeholder eats memory) | Antony Dovgal | 2004-07-12 | 1 | -1/+1 |
| | |||||
* | MFH: | Antony Dovgal | 2004-02-05 | 1 | -2/+6 |
| | | | | | fix bug #27149 | ||||
* | MFH (making oci8 able to compile with Oracle 10) | Antony Dovgal | 2004-02-03 | 2 | -6/+13 |
| | |||||
* | MFH | Antony Dovgal | 2004-01-26 | 1 | -2/+2 |
| | |||||
* | fix savelob() to make it possible to write data at the beginning of LOB | Antony Dovgal | 2004-01-20 | 1 | -3/+2 |
| | |||||
* | MFH: fix bug #26892 | Antony Dovgal | 2004-01-15 | 1 | -1/+1 |
| | |||||
* | add test | Antony Dovgal | 2003-12-19 | 5 | -0/+109 |
| | |||||
* | WS | Sascha Schumann | 2003-11-06 | 1 | -2/+2 |
| | |||||
* | Fix a format string | Sascha Schumann | 2003-11-06 | 1 | -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. | foobar | 2003-10-03 | 1 | -2/+1 |
| | |||||
* | Fixed bug #23733. | Edin Kadribasic | 2003-06-03 | 1 | -1/+0 |
| | | | | | #HAVE_OCI8_SHARED_MODE is more trouble than its worth. | ||||
* | @ - Fixed bug #23376 OCINewDescriptor | Thies C. Arntzen | 2003-05-02 | 1 | -0/+4 |
| | |||||
* | MFH: compile fixes for < 9.2 oracle | foobar | 2003-04-30 | 2 | -11/+23 |
| | |||||
* | MFH: Fixed bug #23198 | foobar | 2003-04-21 | 1 | -2/+5 |
| | |||||
* | Fixed bug #22521. | Edin Kadribasic | 2003-04-09 | 1 | -1/+0 |
| | | | | | HAVE_OCI8_SHARED_MODE causes segfaults on startup on many configurations. | ||||
* | MFH: Fixed bug #18640 properly | foobar | 2003-03-24 | 1 | -14/+19 |
| | |||||
* | MFH | foobar | 2003-02-25 | 1 | -6/+12 |
| | |||||
* | MFH all changes as requested by Maxim. | foobar | 2003-01-31 | 4 | -797/+941 |
| | |||||
* | MFH: Fix bug #21795, Undeclared statement in oci8.c (OCI_ATTR_STATEMENT) | foobar | 2003-01-24 | 1 | -1/+25 |
| | |||||
* | MFH: Bump year. | Sebastian Bergmann | 2002-12-31 | 2 | -2/+2 |
| | |||||
* | fixed several proto return types throughout the extension | Maxim Maletsky | 2002-11-10 | 1 | -24/+25 |
| | |||||
* | centralize #include "build-defs.h" and drop (sometimes inconsistent) other | Sascha Schumann | 2002-10-24 | 1 | -4/+0 |
| | | | | | instances | ||||
* | #19948 | Thies C. Arntzen | 2002-10-21 | 1 | -2/+2 |
| | |||||
* | fixed proto: OCIExecute() returns boolean, not integer | Maxim Maletsky | 2002-10-20 | 1 | -1/+1 |
| | |||||
* | a silly comment typo | Maxim Maletsky | 2002-10-19 | 1 | -1/+1 |
| | |||||
* | - fixed proto for OciBindByName to represent the forth parameter optional | Maxim Maletsky | 2002-10-19 | 1 | -1/+1 |
| | |||||
* | @- Added Oracle TIMESTAMP type to oci8 extension. (thies) | Thies C. Arntzen | 2002-10-17 | 1 | -1/+18 |
| | |||||
* | @- OCIResult() could return garbage if called on empty result-sets. (thies) | Thies C. Arntzen | 2002-09-12 | 2 | -1/+9 |
| | | | | | # fix #19364 | ||||
* | Patch for Bug #18640 (submitted by michael.mauch@gmx.de) | Dan Kalowsky | 2002-09-09 | 1 | -0/+3 |
| | |||||
* | remove tabs | foobar | 2002-08-20 | 1 | -27/+27 |
| | |||||
* | Windows build supports returning the sql statement which failed. | Edin Kadribasic | 2002-08-20 | 1 | -2/+2 |
| | |||||
* | Fixed build with Oracle 8.0.x (bug #18973). | Edin Kadribasic | 2002-08-20 | 2 | -0/+7 |
| | |||||
* | Single-line comments please | Rasmus Lerdorf | 2002-08-13 | 1 | -2/+1 |
| | |||||
* | fix crash bug introduced by last commit | Thies C. Arntzen | 2002-04-14 | 1 | -1/+3 |
| | |||||
* | ocibind: avoid warning in debug mode if an outbound variable is NULL | Thies C. Arntzen | 2002-04-13 | 1 | -0/+1 |
| |