- Tweak fix for RT-88185. (GH#14, Martin J. Evans)
1.73_00 2014-04-23
- Reverts current fix for RT-88185, as it causes breakage. (GH#14)
1.72 2014-04-14
- promote 1.71_00 to stable.
1.71_00 2014-03-31
- Recognizes __CYGWIN64__. (RT88709, reported by Witold Petriczek)
- CHOOSE hint is deprecated. (RT91217, reported by Andy Bucksch,
fix by Martin J Evans)
- Set UTF8 flag per-connection. (RT88185, reported by Heinrich Mislik, patch by Martin
J. Evans)
- Add a CONTRIBUTING.mkd file. (GH#2)
- Add SELinux trick. (RT#87003, patch submitted by Mike Doherty)
1.70 2014-02-12
- promote 1.69_02 to stable.
1.69_02 2014-01-19
[IMPROVEMENTS]
- The DSN 'dbi:Oracle:sid=foo' is now an alias for 'dbi:Oracle:foo'.
(RT#91775, Yanick Champoux, requested by David Wheeler)
- Support for ORA_SYSBACKUP, ORA_SYSDG and ORA_SYSKM. (RT#91473,
Kris Lemaire)
[BUG FIXES]
- OCI_THREADED setting had been accidentally removed, causing potential
crashes when using threads. (RT#92229, Martin J. Evans, reported
by Detlef Lütticke)
- When using fetch*_hashref the values are decoded but
not the keys so if you have unicode column names they were not
returned correctly. (RT#92134, Martin J. Evans, reported by
Marcel Montes)
1.69_01 2014-01-14
[BUG FIXES]
- Fix RT91698. If you bound an output parameter to a scalar and
repeatedly called execute the memory allocated in your bound
scalar could increase each time. (Martin J. Evans)
1.68 2013-11-25
- promote 1.67_00 to stable.
1.67_00 2013-11-05
[BUG FIXES]
- Fix RT88135. Add statistics_info support (patch by Steffen Goeldner)
- Fix RT89491. Add RULE hint (patch by Steffen Goeldner)
[DOCUMENTATION]
- POD typos (RT#88285, RT#88284, Gregor Herrman).
- Grooming of Hpux troubleshooting pod (GH#7, Martin J. Evans,
Yanick Champoux)
1.66 2013-08-23
- promote 1.65_00 to stable.
...
...
@@ -342,8 +410,8 @@ Revision history for DBD::Oracle
[DOCUMENTATION]
- Mention the release of Oracle Instant Client 64 bit which does not work
on Lion. (Martin J. Evans)
- fix DBD::Oracle::GetInfo blurb (patch by Julián Moreno Patiño) [rt74000]
- fix typos. (patch by Julián Moreno Patiño) [rt73999]
- fix DBD::Oracle::GetInfo blurb (patch by Julián Moreno Patiño) [rt74000]
- fix typos. (patch by Julián Moreno Patiño) [rt73999]
- add troubleshoot doc and diag for error with bequeather. [rt75263]
[OTHERS]
...
...
@@ -358,7 +426,7 @@ Revision history for DBD::Oracle
[ENHANCEMENTS]
- added SYSASM session mode. [RT651211] (patch from
Anthony DeRobertis, reported by Julián Moreno Patiño)
Anthony DeRobertis, reported by Julián Moreno Patiño)
[BUG FIXES]
...
...
@@ -396,7 +464,7 @@ Changes in DBD-Oracle 1.35_00 (18-11-2011)
- Added notes to bind_col documenting the fact that setting a TYPE
does not affect how the column is bound in Oracle, only what
happens after the column data is retrieved (Martin J. Evans)
- fix typo (thanks to Julián Moreno Patiño) [RT72038]
- fix typo (thanks to Julián Moreno Patiño) [RT72038]
- shuffle POD around to improve documentation flow [RT72252]
- major tidying up of the connect() documentation. (by Gwen Shapira)
- Moved LONG examples out of POD and into examples/
...
...
@@ -535,7 +603,7 @@ Changes in DBD-Oracle 1.29_1
This release has been prepared specifically for the 'Debian' http://www.debian.org project. It contains no changes
to functionality or usage. The following has been changed
Fixed some formatting and typos in Pod from Julián Patiño
Fixed some formatting and typos in Pod from Julián Patiño
The Copyright terms for ora_explain have changed and now read as follows:
You may distribute under the terms of either the GNU General Public
License or the Artistic License, as specified in the Perl README file.
...
...
@@ -584,7 +652,7 @@ Changes in DBD-Oracle 1.29_1
Fix for rt.cpan.org Ticket #=21920 Bug with Oracle DBD for Mac OS X Instant Client From boingolover
Added a few more constants to get rid of magic numbers from John Scoles
Fix for rt.cpan.org Ticket #=38267 Inserts/Updates to BLOB's via synonyms fails from John Scoles
Fix for rt.cpan.org Ticket #=39603 build problem and fix missing functions in oci.def from Zoltán Sebestyén
Fix for rt.cpan.org Ticket #=39603 build problem and fix missing functions in oci.def from Zoltán Sebestyén
Fix for rt.cpan.org Ticket #=39374 Makefile.PL: error when reducing echo messages from make from Tippa
Fix for rt.cpan.org Ticket #=39232 binding large XMLTYPE fails on 64-bit perl from Jeff Klein
Fix for rt.cpan.org Ticket #=38749 Warning of a NULL column in an aggregate function also added ora_oci_success_warn to display silent OCI warnings from John Scoles
phs->maxlen=((IV)SvLEN(phs->sv));/* avail buffer space (64bit safe) Logicaly maxlen should never change but it does why I know not - MJE because SvGROW can allocate more than you ask for - anyway - I fixed that and it doesn't grow anymore */