[svn:dbd-oracle] r15399 - in dbd-oracle/trunk: . lib/DBD lib/DBD/Oracle lib/DBD/Oracle/Troubleshooting
[email protected] Fri, 28 Sep 2012 13:39:27 -0700 (PDT)
| Newsgroups | perl.dbd.oracle.changes |
|---|---|
| Message-ID | <[email protected]> |
Author: yanick
Date: Fri Sep 28 13:39:26 2012
New Revision: 15399
Added:
dbd-oracle/trunk/lib/DBD/Oracle/Troubleshooting/Hpux.pod
- copied, changed from r15385, /dbd-oracle/trunk/lib/DBD/Oracle/Troubleshooting/Hpux.pm
Removed:
dbd-oracle/trunk/lib/DBD/Oracle/Troubleshooting/Hpux.pm
Modified:
dbd-oracle/trunk/Changes
dbd-oracle/trunk/MANIFEST
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.pod
dbd-oracle/trunk/lib/DBD/Oracle/Troubleshooting/Aix.pod
dbd-oracle/trunk/lib/DBD/Oracle/Troubleshooting/Cygwin.pod
dbd-oracle/trunk/lib/DBD/Oracle/Troubleshooting/Linux.pod
dbd-oracle/trunk/lib/DBD/Oracle/Troubleshooting/Macos.pod
dbd-oracle/trunk/lib/DBD/Oracle/Troubleshooting/Sun.pod
dbd-oracle/trunk/lib/DBD/Oracle/Troubleshooting/Vms.pod
dbd-oracle/trunk/lib/DBD/Oracle/Troubleshooting/Win32.pod
dbd-oracle/trunk/lib/DBD/Oracle/Troubleshooting/Win64.pod
Log:
bumping version to 1.51_00
Modified: dbd-oracle/trunk/Changes
==============================================================================
--- dbd-oracle/trunk/Changes (original)
+++ dbd-oracle/trunk/Changes Fri Sep 28 13:39:26 2012
@@ -1,6 +1,6 @@
Revision history for DBD::Oracle
-NEXTRELEASE
+1.51_00 2012-09-28
[BUG FIXES]
Modified: dbd-oracle/trunk/MANIFEST
==============================================================================
--- dbd-oracle/trunk/MANIFEST (original)
+++ dbd-oracle/trunk/MANIFEST Fri Sep 28 13:39:26 2012
@@ -39,7 +39,7 @@
lib/DBD/Oracle/Troubleshooting.pod
lib/DBD/Oracle/Troubleshooting/Aix.pod
lib/DBD/Oracle/Troubleshooting/Cygwin.pod
-lib/DBD/Oracle/Troubleshooting/Hpux.pm
+lib/DBD/Oracle/Troubleshooting/Hpux.pod
lib/DBD/Oracle/Troubleshooting/Linux.pod
lib/DBD/Oracle/Troubleshooting/Macos.pod
lib/DBD/Oracle/Troubleshooting/Sun.pod
Modified: dbd-oracle/trunk/META.json
==============================================================================
--- dbd-oracle/trunk/META.json (original)
+++ dbd-oracle/trunk/META.json Fri Sep 28 13:39:26 2012
@@ -51,18 +51,18 @@
"provides" : {
"DBD::Oracle" : {
"file" : "lib/DBD/Oracle.pm",
- "version" : "1.50"
+ "version" : "1.51_00"
},
"DBD::Oracle::GetInfo" : {
"file" : "lib/DBD/Oracle/GetInfo.pm",
- "version" : "1.50"
+ "version" : "1.51_00"
},
"DBD::Oracle::Object" : {
"file" : "lib/DBD/Oracle/Object.pm",
- "version" : "1.50"
+ "version" : "1.51_00"
}
},
- "release_status" : "stable",
+ "release_status" : "testing",
"resources" : {
"bugtracker" : {
"mailto" : "bug-dbd-oracle at rt.cpan.org",
@@ -75,7 +75,7 @@
"web" : "https://github.com/yanick/DBD-Oracle"
}
},
- "version" : "1.50",
+ "version" : "1.51_00",
"x_authority" : "cpan:PYTHIAN",
"x_help_wanted" : [
"coder",
Modified: dbd-oracle/trunk/META.yml
==============================================================================
--- dbd-oracle/trunk/META.yml (original)
+++ dbd-oracle/trunk/META.yml Fri Sep 28 13:39:26 2012
@@ -29,13 +29,13 @@
provides:
DBD::Oracle:
file: lib/DBD/Oracle.pm
- version: 1.50
+ version: 1.51_00
DBD::Oracle::GetInfo:
file: lib/DBD/Oracle/GetInfo.pm
- version: 1.50
+ version: 1.51_00
DBD::Oracle::Object:
file: lib/DBD/Oracle/Object.pm
- version: 1.50
+ version: 1.51_00
requires:
DBI: 0
DynaLoader: 0
@@ -47,7 +47,7 @@
bugtracker: http://rt.cpan.org/Public/Dist/Display.html?Name=DBD-Oracle
homepage: http://search.cpan.org/dist/DBD-Oracle/
repository: https://github.com/yanick/DBD-Oracle.git
-version: 1.50
+version: 1.51_00
x_authority: cpan:PYTHIAN
x_help_wanted:
- coder
Modified: dbd-oracle/trunk/README
==============================================================================
--- dbd-oracle/trunk/README (original)
+++ dbd-oracle/trunk/README Fri Sep 28 13:39:26 2012
@@ -2,7 +2,7 @@
DBD::Oracle - Oracle database driver for the DBI module
VERSION
- version 1.50
+ version 1.51_00
SYNOPSIS
use DBI;
@@ -1400,7 +1400,7 @@
$sth=$dbh->prepare($SQL,{ora_exe_mode=>OCI_STMT_SCROLLABLE_READONLY,ora_prefetch_memory=>10000});
In the above example 10 rows will be prefetched up to a maximum of 10000
- bytes of data. The Oracle® Call Interface Programmer's Guide, suggests a
+ bytes of data. The Oracle Call Interface Programmer's Guide, suggests a
good row cache value for a scrollable cursor is about 20% of expected
size of the record set.
@@ -4242,11 +4242,3 @@
This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.
-POD ERRORS
- Hey! The above document had some coding errors, which are explained
- below:
-
- Around line 2655:
- Non-ASCII character seen before =encoding in 'Oracle®'. Assuming
- UTF-8
-
Modified: dbd-oracle/trunk/README.mkdn
==============================================================================
--- dbd-oracle/trunk/README.mkdn (original)
+++ dbd-oracle/trunk/README.mkdn Fri Sep 28 13:39:26 2012
@@ -4,7 +4,7 @@
# VERSION
-version 1.50
+version 1.51\_00
# SYNOPSIS
@@ -1483,7 +1483,7 @@
$dbh->{RowCacheSize} = 100;
$sth=$dbh->prepare($SQL,{ora_exe_mode=>OCI_STMT_SCROLLABLE_READONLY,ora_prefetch_memory=>10000});
-In the above example 10 rows will be prefetched up to a maximum of 10000 bytes of data. The Oracle® Call Interface Programmer's Guide,
+In the above example 10 rows will be prefetched up to a maximum of 10000 bytes of data. The Oracle Call Interface Programmer's Guide,
suggests a good row cache value for a scrollable cursor is about 20% of expected size of the record set.
The prefetch settings tell the DBD::Oracle to grab x rows (or x-bytes) when it needs to get new rows. This happens on the first
Modified: dbd-oracle/trunk/lib/DBD/Oracle.pm
==============================================================================
--- dbd-oracle/trunk/lib/DBD/Oracle.pm (original)
+++ dbd-oracle/trunk/lib/DBD/Oracle.pm Fri Sep 28 13:39:26 2012
@@ -12,7 +12,7 @@
{
package DBD::Oracle;
{
- $DBD::Oracle::VERSION = '1.50';
+ $DBD::Oracle::VERSION = '1.51_00';
}
BEGIN {
$DBD::Oracle::AUTHORITY = 'cpan:PYTHIAN';
@@ -1149,7 +1149,7 @@
=head1 VERSION
-version 1.50
+version 1.51_00
=head1 SYNOPSIS
@@ -2655,7 +2655,7 @@
$dbh->{RowCacheSize} = 100;
$sth=$dbh->prepare($SQL,{ora_exe_mode=>OCI_STMT_SCROLLABLE_READONLY,ora_prefetch_memory=>10000});
-In the above example 10 rows will be prefetched up to a maximum of 10000 bytes of data. The Oracle® Call Interface Programmer's Guide,
+In the above example 10 rows will be prefetched up to a maximum of 10000 bytes of data. The Oracle Call Interface Programmer's Guide,
suggests a good row cache value for a scrollable cursor is about 20% of expected size of the record set.
The prefetch settings tell the DBD::Oracle to grab x rows (or x-bytes) when it needs to get new rows. This happens on the first
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 Fri Sep 28 13:39:26 2012
@@ -1,6 +1,6 @@
package DBD::Oracle::GetInfo;
{
- $DBD::Oracle::GetInfo::VERSION = '1.50';
+ $DBD::Oracle::GetInfo::VERSION = '1.51_00';
}
BEGIN {
$DBD::Oracle::GetInfo::AUTHORITY = 'cpan:PYTHIAN';
@@ -295,7 +295,7 @@
=head1 VERSION
-version 1.50
+version 1.51_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 Fri Sep 28 13:39:26 2012
@@ -1,6 +1,6 @@
package DBD::Oracle::Object;
{
- $DBD::Oracle::Object::VERSION = '1.50';
+ $DBD::Oracle::Object::VERSION = '1.51_00';
}
BEGIN {
$DBD::Oracle::Object::AUTHORITY = 'cpan:PYTHIAN';
@@ -39,7 +39,7 @@
=head1 VERSION
-version 1.50
+version 1.51_00
=head1 AUTHORS
Modified: dbd-oracle/trunk/lib/DBD/Oracle/Troubleshooting.pod
==============================================================================
--- dbd-oracle/trunk/lib/DBD/Oracle/Troubleshooting.pod (original)
+++ dbd-oracle/trunk/lib/DBD/Oracle/Troubleshooting.pod Fri Sep 28 13:39:26 2012
@@ -11,7 +11,7 @@
=head1 VERSION
-version 1.50
+version 1.51_00
=head1 CONNECTING TO ORACLE
Modified: dbd-oracle/trunk/lib/DBD/Oracle/Troubleshooting/Aix.pod
==============================================================================
--- dbd-oracle/trunk/lib/DBD/Oracle/Troubleshooting/Aix.pod (original)
+++ dbd-oracle/trunk/lib/DBD/Oracle/Troubleshooting/Aix.pod Fri Sep 28 13:39:26 2012
@@ -11,7 +11,7 @@
=head1 VERSION
-version 1.50
+version 1.51_00
=head1 Using Visual Age 7 C Compiler
Modified: dbd-oracle/trunk/lib/DBD/Oracle/Troubleshooting/Cygwin.pod
==============================================================================
--- dbd-oracle/trunk/lib/DBD/Oracle/Troubleshooting/Cygwin.pod (original)
+++ dbd-oracle/trunk/lib/DBD/Oracle/Troubleshooting/Cygwin.pod Fri Sep 28 13:39:26 2012
@@ -11,7 +11,7 @@
=head1 VERSION
-version 1.50
+version 1.51_00
=head1 General Info
Copied: dbd-oracle/trunk/lib/DBD/Oracle/Troubleshooting/Hpux.pod (from r15385, /dbd-oracle/trunk/lib/DBD/Oracle/Troubleshooting/Hpux.pm)
==============================================================================
--- /dbd-oracle/trunk/lib/DBD/Oracle/Troubleshooting/Hpux.pm (original)
+++ dbd-oracle/trunk/lib/DBD/Oracle/Troubleshooting/Hpux.pod Fri Sep 28 13:39:26 2012
@@ -11,7 +11,7 @@
=head1 VERSION
-version 1.50
+version 1.51_00
=head1 INTRODUCTION
Modified: dbd-oracle/trunk/lib/DBD/Oracle/Troubleshooting/Linux.pod
==============================================================================
--- dbd-oracle/trunk/lib/DBD/Oracle/Troubleshooting/Linux.pod (original)
+++ dbd-oracle/trunk/lib/DBD/Oracle/Troubleshooting/Linux.pod Fri Sep 28 13:39:26 2012
@@ -11,7 +11,7 @@
=head1 VERSION
-version 1.50
+version 1.51_00
=head1 Installing with Instantclient .rpm files.
Modified: dbd-oracle/trunk/lib/DBD/Oracle/Troubleshooting/Macos.pod
==============================================================================
--- dbd-oracle/trunk/lib/DBD/Oracle/Troubleshooting/Macos.pod (original)
+++ dbd-oracle/trunk/lib/DBD/Oracle/Troubleshooting/Macos.pod Fri Sep 28 13:39:26 2012
@@ -11,7 +11,7 @@
=head1 VERSION
-version 1.50
+version 1.51_00
=head1 General Info
Modified: dbd-oracle/trunk/lib/DBD/Oracle/Troubleshooting/Sun.pod
==============================================================================
--- dbd-oracle/trunk/lib/DBD/Oracle/Troubleshooting/Sun.pod (original)
+++ dbd-oracle/trunk/lib/DBD/Oracle/Troubleshooting/Sun.pod Fri Sep 28 13:39:26 2012
@@ -11,7 +11,7 @@
=head1 VERSION
-version 1.50
+version 1.51_00
=head1 General Info
Modified: dbd-oracle/trunk/lib/DBD/Oracle/Troubleshooting/Vms.pod
==============================================================================
--- dbd-oracle/trunk/lib/DBD/Oracle/Troubleshooting/Vms.pod (original)
+++ dbd-oracle/trunk/lib/DBD/Oracle/Troubleshooting/Vms.pod Fri Sep 28 13:39:26 2012
@@ -11,7 +11,7 @@
=head1 VERSION
-version 1.50
+version 1.51_00
=head1 General Info
Modified: dbd-oracle/trunk/lib/DBD/Oracle/Troubleshooting/Win32.pod
==============================================================================
--- dbd-oracle/trunk/lib/DBD/Oracle/Troubleshooting/Win32.pod (original)
+++ dbd-oracle/trunk/lib/DBD/Oracle/Troubleshooting/Win32.pod Fri Sep 28 13:39:26 2012
@@ -11,7 +11,7 @@
=head1 VERSION
-version 1.50
+version 1.51_00
=head1 GENERAL INFO
Modified: dbd-oracle/trunk/lib/DBD/Oracle/Troubleshooting/Win64.pod
==============================================================================
--- dbd-oracle/trunk/lib/DBD/Oracle/Troubleshooting/Win64.pod (original)
+++ dbd-oracle/trunk/lib/DBD/Oracle/Troubleshooting/Win64.pod Fri Sep 28 13:39:26 2012
@@ -11,7 +11,7 @@
=head1 VERSION
-version 1.50
+version 1.51_00
=head1 DBD::Oracle and Windows 64bit