[svn:dbd-oracle] r15597 - dbd-oracle/trunk
[email protected] Thu, 28 Mar 2013 13:31:17 -0700 (PDT)
| Newsgroups | perl.dbd.oracle.changes |
|---|---|
| Message-ID | <[email protected]> |
Author: mjevans
Date: Thu Mar 28 13:31:17 2013
New Revision: 15597
Modified:
dbd-oracle/trunk/Changes
Log:
fixed formatting and attribution
Modified: dbd-oracle/trunk/Changes
==============================================================================
--- dbd-oracle/trunk/Changes (original)
+++ dbd-oracle/trunk/Changes Thu Mar 28 13:31:17 2013
@@ -20,14 +20,15 @@
violation and RT82663 - Errors if a returned SYS_REFCURSOR is not
opened (Martin J. Evans)
- -Fix RT82663. If a procedure/function returns a SYS_REFCURSOR which
+ - Fix RT82663. If a procedure/function returns a SYS_REFCURSOR which
was never opened DBD::Oracle magics a DBI statement handle into
- existence and attempts to describe it (which fails). This change examines
- a returned SYS_REFCURSOR and if it it is initialised but not executed does not
- create a DBI statement handle and returns undef instead. So now if you
- have a procedure/function which returns a SYS_REFCURSOR and never open
- it you'll get undef back instead of a useless statement handle.
- Extended 50cursor.t test to check the above fix.
+ existence and attempts to describe it (which fails). This change
+ examines a returned SYS_REFCURSOR and if it it is initialised but
+ not executed does not create a DBI statement handle and returns
+ undef instead. So now if you have a procedure/function which
+ returns a SYS_REFCURSOR and never open it you'll get undef back
+ instead of a useless statement handle. Extended 50cursor.t test
+ to check the above fix. (Martin J. Evans)
[DOCUMENTATION]
- Update Lion instructions for 64-bit Instant Client. (GH#37, patch by