[svn:dbd-oracle] r14669 - dbd-oracle/trunk

[email protected] Mon, 31 Jan 2011 18:17:04 -0800 (PST)
Newsgroups perl.dbd.oracle.changes
Message-ID <[email protected]>
Author: byterock
Date: Mon Jan 31 18:17:04 2011
New Revision: 14669

Modified:
   dbd-oracle/trunk/Changes
   dbd-oracle/trunk/Oracle.pm
   dbd-oracle/trunk/Oraperl.pm
   dbd-oracle/trunk/ora_explain.PL

Log:
Marked ProC, Oraperl.pm, ora_explain.pl, ora_context, ora_use_proc_connection and ora_parse_lang as depricated to be removed in 1.29
  

Modified: dbd-oracle/trunk/Changes
==============================================================================
--- dbd-oracle/trunk/Changes	(original)
+++ dbd-oracle/trunk/Changes	Mon Jan 31 18:17:04 2011
@@ -1,5 +1,6 @@
 =head1 Changes in DBD-Oracle 1.28 (svn rev xxxxx)
 
+  Marked ProC, Oraperl.pm, ora_explain.pl, ora_context, ora_use_proc_connection and ora_parse_lang as depricated to be removed in 1.29
   Added in 4 new server side debug/trace attributes, ora_driver_name, ora_client_info, ora_session_user and ora_action on the connection handle from John Scoles
   Cleaned up the pod a little by John Scoles
   Fix for function name length, Some function names are over 31char long which may cause problems for some OS/Compilers (VMS IA64 box.) from Jakob Snoer

Modified: dbd-oracle/trunk/Oracle.pm
==============================================================================
--- dbd-oracle/trunk/Oracle.pm	(original)
+++ dbd-oracle/trunk/Oracle.pm	Mon Jan 31 18:17:04 2011
@@ -1087,7 +1087,7 @@
 =head1 Which version DBD::Oracle is for me?
 
 From version 1.25 onwards DBD::Oracle will only support Oracle clients 9.2 or greater and it will
-be dropping support for ProC connections in 1.26. Sorry for this it was just getting to hard to 
+be dropping support for ProC connections in 1.29. Sorry for this it was just getting to hard to 
 maintain the code base for an ever shrinking user base. This is especially so with the many new functions 
 being introduced in 10g and 11g.
 
@@ -1719,11 +1719,11 @@
 
   $dbh = DBI->connect ($dsn, $user, $passwd, {ora_dbh_share => \$orashr}) ;
   
-=item ora_context
+=item ora_context -->Depricated will be removed in 1.29
 
 Use this attribute to send a pointer to a ProC connection when the your dbname is set to extproc. 
 
-=item ora_use_proc_connection
+=item ora_use_proc_connection -->Depricated will be removed in 1.29
 
 This attribute allows to create a DBI handle for an existing SQLLIB
 database connection. This can be used to share database connections
@@ -1894,7 +1894,7 @@
 Set to false to disable processing of placeholders. Used mainly for loading a
 PL/SQL package that has been I<wrapped> with Oracle's C<wrap> utility.
 
-=item ora_parse_lang--->depricated
+=item ora_parse_lang -->Depricated will be removed in 1.29
 
 Tells the connected database how to interpret the SQL statement.
 If 1 (default), the native SQL version for the database is used.
@@ -1902,7 +1902,7 @@
 2 (old V7), 7 (V7), and 8 (V8).
 All other values have the same effect as 1.
 
-=item ora_auto_lob
+=item ora_auto_lob 
 
 If true (the default), fetching retrieves the contents of the CLOB or
 BLOB column in most circumstances.  If false, fetching retrieves the

Modified: dbd-oracle/trunk/Oraperl.pm
==============================================================================
--- dbd-oracle/trunk/Oraperl.pm	(original)
+++ dbd-oracle/trunk/Oraperl.pm	Mon Jan 31 18:17:04 2011
@@ -229,7 +229,7 @@
 
 =head1 NAME
 
-Oraperl - Perl access to Oracle databases for old oraperl scripts
+Oraperl - Depricated (Will be removed from DBD::Oracle in 1.29) Perl access to Oracle databases for old oraperl scripts
 
 =head1 SYNOPSIS
 

Modified: dbd-oracle/trunk/ora_explain.PL
==============================================================================
--- dbd-oracle/trunk/ora_explain.PL	(original)
+++ dbd-oracle/trunk/ora_explain.PL	Mon Jan 31 18:17:04 2011
@@ -1573,7 +1573,7 @@
 
 =head1 NAME
 
-explain, ora_explain - Visualise Oracle query plans
+explain, ora_explain - Depricated (Will be removed from DBD::Oracle in 1.29) Visualise Oracle query plans
 
 =head1 SYNOPSIS