Author: mjevans
Date: Wed Apr 25 11:52:04 2012
New Revision: 15301
Modified:
dbd-oracle/trunk/Changes
dbd-oracle/trunk/lib/DBD/Oracle.pm
Log:
add note of a change in behaviour of ora_verbose in future DBD::Oracle
Modified: dbd-oracle/trunk/Changes
==============================================================================
--- dbd-oracle/trunk/Changes (original)
+++ dbd-oracle/trunk/Changes Wed Apr 25 11:52:04 2012
@@ -21,6 +21,14 @@
If you want to try another connect attempt in your taf handler you
now need to return OCI_FO_RETRY from it. (Martin J. Evans)
+ [CHANGE IN BEHAVIOUR]
+
+ - In future versions of DBD::Oracle ora_verbose will be changed
+ so that it is simply a switch to turn DBI's DBD tracing on or off.
+ A true value will turn it on and a false value will turn it off.
+ DBI's "DBD" tracing was not available when ora_verbose was created
+ and ora_verbose adds an additional test to every trace test.
+
[MISCELLANEOUS]
- minor change to confusing debug output for input parameters
Modified: dbd-oracle/trunk/lib/DBD/Oracle.pm
==============================================================================
--- dbd-oracle/trunk/lib/DBD/Oracle.pm (original)
+++ dbd-oracle/trunk/lib/DBD/Oracle.pm Wed Apr 25 11:52:04 2012
@@ -1726,6 +1726,12 @@
In both cases the DBD::Oracle trace level is set to 6, which is the highest
level tracing most of the calls to OCI.
+NOTE: In future versions of DBD::Oracle ora_verbose will be changed so
+that it is simply a switch to turn DBI's DBD tracing on or off. A
+true value will turn it on and a false value will turn it off. DBI's
+"DBD" tracing was not available when ora_verbose was created and
+ora_verbose adds an additional test to every trace test.
+
=head4 ora_oci_success_warn
Use this value to print otherwise silent OCI warnings that may happen