[svn:dbd-oracle] r14670 - dbd-oracle/trunk
[email protected] Mon, 31 Jan 2011 18:22:03 -0800 (PST)
| Newsgroups | perl.dbd.oracle.changes |
|---|---|
| Message-ID | <[email protected]> |
Author: byterock
Date: Mon Jan 31 18:22:03 2011
New Revision: 14670
Modified:
dbd-oracle/trunk/Changes
dbd-oracle/trunk/Oracle.pm
dbd-oracle/trunk/Oraperl.pm
dbd-oracle/trunk/ora_explain.PL
Log:
Arrgh I hate spell checkers. Fixed typo in my last check in
Modified: dbd-oracle/trunk/Changes
==============================================================================
--- dbd-oracle/trunk/Changes (original)
+++ dbd-oracle/trunk/Changes Mon Jan 31 18:22:03 2011
@@ -1,6 +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
+ Marked ProC, Oraperl.pm, ora_explain.pl, ora_context, ora_use_proc_connection and ora_parse_lang as deprecated 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:22:03 2011
@@ -1719,11 +1719,11 @@
$dbh = DBI->connect ($dsn, $user, $passwd, {ora_dbh_share => \$orashr}) ;
-=item ora_context -->Depricated will be removed in 1.29
+=item ora_context -->deprecated 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 -->Depricated will be removed in 1.29
+=item ora_use_proc_connection -->deprecated 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 will be removed in 1.29
+=item ora_parse_lang -->deprecated 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.
Modified: dbd-oracle/trunk/Oraperl.pm
==============================================================================
--- dbd-oracle/trunk/Oraperl.pm (original)
+++ dbd-oracle/trunk/Oraperl.pm Mon Jan 31 18:22:03 2011
@@ -229,7 +229,7 @@
=head1 NAME
-Oraperl - Depricated (Will be removed from DBD::Oracle in 1.29) Perl access to Oracle databases for old oraperl scripts
+Oraperl - deprecated (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:22:03 2011
@@ -1573,7 +1573,7 @@
=head1 NAME
-explain, ora_explain - Depricated (Will be removed from DBD::Oracle in 1.29) Visualise Oracle query plans
+explain, ora_explain - deprecated (Will be removed from DBD::Oracle in 1.29) Visualise Oracle query plans
=head1 SYNOPSIS