[svn:dbd-oracle] r15292 - in dbd-oracle/trunk: . lib/DBD lib/DBD/Oracle
[email protected] Mon, 23 Apr 2012 13:24:02 -0700 (PDT)
| Newsgroups | perl.dbd.oracle.changes |
|---|---|
| Message-ID | <[email protected]> |
Author: yanick
Date: Mon Apr 23 13:24:00 2012
New Revision: 15292
Modified:
dbd-oracle/trunk/Changes
dbd-oracle/trunk/META.json
dbd-oracle/trunk/META.yml
dbd-oracle/trunk/README
dbd-oracle/trunk/README.mkdn
dbd-oracle/trunk/lib/DBD/Oracle.pm
dbd-oracle/trunk/lib/DBD/Oracle/GetInfo.pm
dbd-oracle/trunk/lib/DBD/Oracle/Object.pm
dbd-oracle/trunk/lib/DBD/Oracle/Troubleshooting.pm
Log:
Merge branch 'build/master' into HEAD
Conflicts:
Changes
META.json
META.yml
README
README.mkdn
lib/DBD/Oracle.pm
lib/DBD/Oracle/GetInfo.pm
lib/DBD/Oracle/Object.pm
lib/DBD/Oracle/Troubleshooting.pm
t/51scroll.t
Modified: dbd-oracle/trunk/Changes
==============================================================================
--- dbd-oracle/trunk/Changes (original)
+++ dbd-oracle/trunk/Changes Mon Apr 23 13:24:00 2012
@@ -21,6 +21,9 @@
- minor change to confusing debug output for input parameters
(Martin J. Evans)
+1.44 2012-04-23
+ - promote 1.43_00 to official release
+
1.43_00 2012-03-30
[BUG FIXES]
Modified: dbd-oracle/trunk/META.json
==============================================================================
--- dbd-oracle/trunk/META.json (original)
+++ dbd-oracle/trunk/META.json Mon Apr 23 13:24:00 2012
@@ -51,31 +51,31 @@
"provides" : {
"DBD::Oracle" : {
"file" : "lib/DBD/Oracle.pm",
- "version" : "1.43_00"
+ "version" : "1.45_00"
},
"DBD::Oracle::GetInfo" : {
"file" : "lib/DBD/Oracle/GetInfo.pm",
- "version" : "1.43_00"
+ "version" : "1.45_00"
},
"DBD::Oracle::Object" : {
"file" : "lib/DBD/Oracle/Object.pm",
- "version" : "1.43_00"
+ "version" : "1.45_00"
},
"DBD::Oracle::Troubleshooting" : {
"file" : "lib/DBD/Oracle/Troubleshooting.pm",
- "version" : "1.43_00"
+ "version" : "1.45_00"
},
"DBD::Oracle::db" : {
"file" : "lib/DBD/Oracle.pm",
- "version" : "1.43_00"
+ "version" : "1.45_00"
},
"DBD::Oracle::dr" : {
"file" : "lib/DBD/Oracle.pm",
- "version" : "1.43_00"
+ "version" : "1.45_00"
},
"DBD::Oracle::st" : {
"file" : "lib/DBD/Oracle.pm",
- "version" : "1.43_00"
+ "version" : "1.45_00"
}
},
"release_status" : "testing",
@@ -91,7 +91,7 @@
"web" : "http://github.com/yanick/DBD-Oracle/tree"
}
},
- "version" : "1.43_00",
+ "version" : "1.45_00",
"x_authority" : "cpan:PYTHIAN"
}
Modified: dbd-oracle/trunk/META.yml
==============================================================================
--- dbd-oracle/trunk/META.yml (original)
+++ dbd-oracle/trunk/META.yml Mon Apr 23 13:24:00 2012
@@ -29,25 +29,25 @@
provides:
DBD::Oracle:
file: lib/DBD/Oracle.pm
- version: 1.43_00
+ version: 1.45_00
DBD::Oracle::GetInfo:
file: lib/DBD/Oracle/GetInfo.pm
- version: 1.43_00
+ version: 1.45_00
DBD::Oracle::Object:
file: lib/DBD/Oracle/Object.pm
- version: 1.43_00
+ version: 1.45_00
DBD::Oracle::Troubleshooting:
file: lib/DBD/Oracle/Troubleshooting.pm
- version: 1.43_00
+ version: 1.45_00
DBD::Oracle::db:
file: lib/DBD/Oracle.pm
- version: 1.43_00
+ version: 1.45_00
DBD::Oracle::dr:
file: lib/DBD/Oracle.pm
- version: 1.43_00
+ version: 1.45_00
DBD::Oracle::st:
file: lib/DBD/Oracle.pm
- version: 1.43_00
+ version: 1.45_00
requires:
DBI: 0
DynaLoader: 0
@@ -59,5 +59,5 @@
bugtracker: http://rt.cpan.org/Public/Dist/Display.html?Name=DBD-Oracle
homepage: http://search.cpan.org/dist/DBD-Oracle/
repository: git://github.com/yanick/DBD-Oracle.git
-version: 1.43_00
+version: 1.45_00
x_authority: cpan:PYTHIAN
Modified: dbd-oracle/trunk/README
==============================================================================
--- dbd-oracle/trunk/README (original)
+++ dbd-oracle/trunk/README Mon Apr 23 13:24:00 2012
@@ -2,7 +2,7 @@
DBD::Oracle - Oracle database driver for the DBI module
VERSION
- version 1.43_00
+ version 1.45_00
SYNOPSIS
use DBI;
@@ -219,7 +219,7 @@
If you try to set up a callback without it being enabled DBD::Oracle
will croak.
- It is outside the scope of this documents to go through all of the
+ It is outside the scope of this document to go through all of the
possible TAF situations you might want to set up but here is a simple
example:
@@ -243,6 +243,8 @@
#import the ora fail over constants
#set up TAF on the connection
+ # NOTE since DBD::Oracle uses call_pv you may need to pass a full
+ # name space as the function e.g., 'main::handle_taf'
my $dbh = DBI->connect('dbi:Oracle:XE','hr','hr',{ora_taf=>1,taf_sleep=>5,ora_taf_function=>'handle_taf'});
#create the perl TAF event function
@@ -424,6 +426,8 @@
The maximum size is 48 bytes.
+ NOTE: You will need an Oracle client 10.1 or later to use this.
+
ora_driver_name
For 11g and later you can now set the name of the driver layer using
OCI. Perl, Perl5, ApachePerl so on. Names starting with "ORA" are
@@ -444,6 +448,8 @@
$dbh->{ora_client_info} = "Remote2";
+ NOTE: You will need an Oracle client 10.1 or later to use this.
+
ora_client_identifier
Allows you to specify the user identifier in the session handle.
@@ -465,6 +471,8 @@
$dbh->{ora_action} = "New Long Query 22";
+ NOTE: You will need an Oracle client 10.1 or later to use this.
+
ora_dbh_share
Requires at least Perl 5.8.0 compiled with ithreads.
Modified: dbd-oracle/trunk/README.mkdn
==============================================================================
--- dbd-oracle/trunk/README.mkdn (original)
+++ dbd-oracle/trunk/README.mkdn Mon Apr 23 13:24:00 2012
@@ -4,7 +4,7 @@
# VERSION
-version 1.43_00
+version 1.45_00
# SYNOPSIS
@@ -221,7 +221,7 @@
If you try to set up a callback without it being enabled DBD::Oracle will croak.
-It is outside the scope of this documents to go through all of the
+It is outside the scope of this document to go through all of the
possible TAF situations you might want to set up but here is a simple
example:
@@ -245,6 +245,8 @@
#import the ora fail over constants
#set up TAF on the connection
+ # NOTE since DBD::Oracle uses call_pv you may need to pass a full
+ # name space as the function e.g., 'main::handle_taf'
my $dbh = DBI->connect('dbi:Oracle:XE','hr','hr',{ora_taf=>1,taf_sleep=>5,ora_taf_function=>'handle_taf'});
#create the perl TAF event function
@@ -439,6 +441,8 @@
The maximum size is 48 bytes.
+NOTE: You will need an Oracle client 10.1 or later to use this.
+
#### ora_driver_name
For 11g and later you can now set the name of the driver layer using OCI.
@@ -461,6 +465,8 @@
$dbh->{ora_client_info} = "Remote2";
+NOTE: You will need an Oracle client 10.1 or later to use this.
+
#### ora_client_identifier
Allows you to specify the user identifier in the session handle.
@@ -485,6 +491,8 @@
$dbh->{ora_action} = "New Long Query 22";
+NOTE: You will need an Oracle client 10.1 or later to use this.
+
#### ora_dbh_share
Requires at least Perl 5.8.0 compiled with ithreads.
@@ -4249,4 +4257,4 @@
This software is copyright (c) 1994 by Tim Bunce.
This is free software; you can redistribute it and/or modify it under
-the same terms as the Perl 5 programming language system itself.
\ No newline at end of file
+the same terms as the Perl 5 programming language system itself.
Modified: dbd-oracle/trunk/lib/DBD/Oracle.pm
==============================================================================
--- dbd-oracle/trunk/lib/DBD/Oracle.pm (original)
+++ dbd-oracle/trunk/lib/DBD/Oracle.pm Mon Apr 23 13:24:00 2012
@@ -12,7 +12,7 @@
{
package DBD::Oracle;
{
- $DBD::Oracle::VERSION = '1.43_00';
+ $DBD::Oracle::VERSION = '1.45_00';
}
BEGIN {
$DBD::Oracle::AUTHORITY = 'cpan:PYTHIAN';
@@ -125,7 +125,7 @@
{ package DBD::Oracle::dr;
{
- $DBD::Oracle::dr::VERSION = '1.43_00';
+ $DBD::Oracle::dr::VERSION = '1.45_00';
}
BEGIN {
$DBD::Oracle::dr::AUTHORITY = 'cpan:PYTHIAN';
@@ -330,7 +330,7 @@
{ package DBD::Oracle::db;
{
- $DBD::Oracle::db::VERSION = '1.43_00';
+ $DBD::Oracle::db::VERSION = '1.45_00';
}
BEGIN {
$DBD::Oracle::db::AUTHORITY = 'cpan:PYTHIAN';
@@ -1059,7 +1059,7 @@
{ package DBD::Oracle::st;
{
- $DBD::Oracle::st::VERSION = '1.43_00';
+ $DBD::Oracle::st::VERSION = '1.45_00';
}
BEGIN {
$DBD::Oracle::st::AUTHORITY = 'cpan:PYTHIAN';
@@ -1164,7 +1164,7 @@
=head1 VERSION
-version 1.43_00
+version 1.45_00
=head1 SYNOPSIS
Modified: dbd-oracle/trunk/lib/DBD/Oracle/GetInfo.pm
==============================================================================
--- dbd-oracle/trunk/lib/DBD/Oracle/GetInfo.pm (original)
+++ dbd-oracle/trunk/lib/DBD/Oracle/GetInfo.pm Mon Apr 23 13:24:00 2012
@@ -1,6 +1,6 @@
package DBD::Oracle::GetInfo;
{
- $DBD::Oracle::GetInfo::VERSION = '1.43_00';
+ $DBD::Oracle::GetInfo::VERSION = '1.45_00';
}
BEGIN {
$DBD::Oracle::GetInfo::AUTHORITY = 'cpan:PYTHIAN';
@@ -295,7 +295,7 @@
=head1 VERSION
-version 1.43_00
+version 1.45_00
=head1 AUTHORS
Modified: dbd-oracle/trunk/lib/DBD/Oracle/Object.pm
==============================================================================
--- dbd-oracle/trunk/lib/DBD/Oracle/Object.pm (original)
+++ dbd-oracle/trunk/lib/DBD/Oracle/Object.pm Mon Apr 23 13:24:00 2012
@@ -1,6 +1,6 @@
package DBD::Oracle::Object;
{
- $DBD::Oracle::Object::VERSION = '1.43_00';
+ $DBD::Oracle::Object::VERSION = '1.45_00';
}
BEGIN {
$DBD::Oracle::Object::AUTHORITY = 'cpan:PYTHIAN';
@@ -39,7 +39,7 @@
=head1 VERSION
-version 1.43_00
+version 1.45_00
=head1 AUTHORS
Modified: dbd-oracle/trunk/lib/DBD/Oracle/Troubleshooting.pm
==============================================================================
--- dbd-oracle/trunk/lib/DBD/Oracle/Troubleshooting.pm (original)
+++ dbd-oracle/trunk/lib/DBD/Oracle/Troubleshooting.pm Mon Apr 23 13:24:00 2012
@@ -1,6 +1,6 @@
package DBD::Oracle::Troubleshooting;
{
- $DBD::Oracle::Troubleshooting::VERSION = '1.43_00';
+ $DBD::Oracle::Troubleshooting::VERSION = '1.45_00';
}
BEGIN {
$DBD::Oracle::Troubleshooting::AUTHORITY = 'cpan:PYTHIAN';
@@ -17,7 +17,7 @@
=head1 VERSION
-version 1.43_00
+version 1.45_00
=head1 CONNECTING TO ORACLE