[svn:dbd-oracle] r15602 - in dbd-oracle/trunk: . lib/DBD lib/DBD/Oracle lib/DBD/Oracle/Troubleshooting
[email protected] Mon, 1 Apr 2013 08:56:20 -0700 (PDT)
| Newsgroups | perl.dbd.oracle.changes |
|---|---|
| Message-ID | <[email protected]> |
Author: yanick
Date: Mon Apr 1 08:56:20 2013
New Revision: 15602
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.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/Hpux.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
dbd-oracle/trunk/oci8.c
Log:
v1.60 changes
moving repo to pythian org
Modified: dbd-oracle/trunk/Changes
==============================================================================
--- dbd-oracle/trunk/Changes (original)
+++ dbd-oracle/trunk/Changes Mon Apr 1 08:56:20 2013
@@ -1,5 +1,7 @@
Revision history for DBD::Oracle
+1.60 2013-04-01
+ - Move github repository to github.com/pythian/DBD-Oracle.
NEXT_RELEASE
[BUG FIXES]
Modified: dbd-oracle/trunk/META.json
==============================================================================
--- dbd-oracle/trunk/META.json (original)
+++ dbd-oracle/trunk/META.json Mon Apr 1 08:56:20 2013
@@ -7,7 +7,7 @@
"Martin J. Evans <[email protected]>"
],
"dynamic_config" : 0,
- "generated_by" : "Dist::Zilla version 4.300028, CPAN::Meta::Converter version 2.120921",
+ "generated_by" : "Dist::Zilla version 4.300027, CPAN::Meta::Converter version 2.120921",
"license" : [
"perl_5"
],
@@ -56,15 +56,15 @@
"provides" : {
"DBD::Oracle" : {
"file" : "lib/DBD/Oracle.pm",
- "version" : "1.58"
+ "version" : "1.60"
},
"DBD::Oracle::GetInfo" : {
"file" : "lib/DBD/Oracle/GetInfo.pm",
- "version" : "1.58"
+ "version" : "1.60"
},
"DBD::Oracle::Object" : {
"file" : "lib/DBD/Oracle/Object.pm",
- "version" : "1.58"
+ "version" : "1.60"
}
},
"release_status" : "stable",
@@ -76,11 +76,11 @@
"homepage" : "http://search.cpan.org/dist/DBD-Oracle/",
"repository" : {
"type" : "git",
- "url" : "https://github.com/yanick/DBD-Oracle.git",
- "web" : "https://github.com/yanick/DBD-Oracle"
+ "url" : "https://github.com/pythian/DBD-Oracle.git",
+ "web" : "https://github.com/pythian/DBD-Oracle"
}
},
- "version" : "1.58",
+ "version" : "1.60",
"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 Mon Apr 1 08:56:20 2013
@@ -20,7 +20,7 @@
DBI: 1.51
ExtUtils::MakeMaker: 6.30
dynamic_config: 0
-generated_by: 'Dist::Zilla version 4.300028, CPAN::Meta::Converter version 2.120921'
+generated_by: 'Dist::Zilla version 4.300027, CPAN::Meta::Converter version 2.120921'
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -29,13 +29,13 @@
provides:
DBD::Oracle:
file: lib/DBD/Oracle.pm
- version: 1.58
+ version: 1.60
DBD::Oracle::GetInfo:
file: lib/DBD/Oracle/GetInfo.pm
- version: 1.58
+ version: 1.60
DBD::Oracle::Object:
file: lib/DBD/Oracle/Object.pm
- version: 1.58
+ version: 1.60
requires:
DBI: 0
DynaLoader: 0
@@ -46,8 +46,8 @@
resources:
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.58
+ repository: https://github.com/pythian/DBD-Oracle.git
+version: 1.60
x_authority: cpan:PYTHIAN
x_help_wanted:
- coder
Modified: dbd-oracle/trunk/README
==============================================================================
--- dbd-oracle/trunk/README (original)
+++ dbd-oracle/trunk/README Mon Apr 1 08:56:20 2013
@@ -2,7 +2,7 @@
DBD::Oracle - Oracle database driver for the DBI module
VERSION
- version 1.58
+ version 1.60
SYNOPSIS
use DBI;
Modified: dbd-oracle/trunk/README.mkdn
==============================================================================
--- dbd-oracle/trunk/README.mkdn (original)
+++ dbd-oracle/trunk/README.mkdn Mon Apr 1 08:56:20 2013
@@ -4,7 +4,7 @@
# VERSION
-version 1.58
+version 1.60
# SYNOPSIS
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 1 08:56:20 2013
@@ -12,7 +12,7 @@
{
package DBD::Oracle;
{
- $DBD::Oracle::VERSION = '1.58';
+ $DBD::Oracle::VERSION = '1.60';
}
BEGIN {
$DBD::Oracle::AUTHORITY = 'cpan:PYTHIAN';
@@ -1153,7 +1153,7 @@
=head1 VERSION
-version 1.58
+version 1.60
=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 1 08:56:20 2013
@@ -1,6 +1,6 @@
package DBD::Oracle::GetInfo;
{
- $DBD::Oracle::GetInfo::VERSION = '1.58';
+ $DBD::Oracle::GetInfo::VERSION = '1.60';
}
BEGIN {
$DBD::Oracle::GetInfo::AUTHORITY = 'cpan:PYTHIAN';
@@ -295,7 +295,7 @@
=head1 VERSION
-version 1.58
+version 1.60
=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 1 08:56:20 2013
@@ -1,6 +1,6 @@
package DBD::Oracle::Object;
{
- $DBD::Oracle::Object::VERSION = '1.58';
+ $DBD::Oracle::Object::VERSION = '1.60';
}
BEGIN {
$DBD::Oracle::Object::AUTHORITY = 'cpan:PYTHIAN';
@@ -40,7 +40,7 @@
=head1 VERSION
-version 1.58
+version 1.60
=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 Mon Apr 1 08:56:20 2013
@@ -11,7 +11,7 @@
=head1 VERSION
-version 1.58
+version 1.60
=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 Mon Apr 1 08:56:20 2013
@@ -11,7 +11,7 @@
=head1 VERSION
-version 1.58
+version 1.60
=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 Mon Apr 1 08:56:20 2013
@@ -11,7 +11,7 @@
=head1 VERSION
-version 1.58
+version 1.60
=head1 General Info
Modified: dbd-oracle/trunk/lib/DBD/Oracle/Troubleshooting/Hpux.pod
==============================================================================
--- dbd-oracle/trunk/lib/DBD/Oracle/Troubleshooting/Hpux.pod (original)
+++ dbd-oracle/trunk/lib/DBD/Oracle/Troubleshooting/Hpux.pod Mon Apr 1 08:56:20 2013
@@ -11,7 +11,7 @@
=head1 VERSION
-version 1.58
+version 1.60
=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 Mon Apr 1 08:56:20 2013
@@ -11,7 +11,7 @@
=head1 VERSION
-version 1.58
+version 1.60
=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 Mon Apr 1 08:56:20 2013
@@ -11,7 +11,7 @@
=head1 VERSION
-version 1.58
+version 1.60
=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 Mon Apr 1 08:56:20 2013
@@ -11,7 +11,7 @@
=head1 VERSION
-version 1.58
+version 1.60
=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 Mon Apr 1 08:56:20 2013
@@ -11,7 +11,7 @@
=head1 VERSION
-version 1.58
+version 1.60
=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 Mon Apr 1 08:56:20 2013
@@ -11,7 +11,7 @@
=head1 VERSION
-version 1.58
+version 1.60
=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 Mon Apr 1 08:56:20 2013
@@ -11,7 +11,7 @@
=head1 VERSION
-version 1.58
+version 1.60
=head1 DBD::Oracle and Windows 64bit
Modified: dbd-oracle/trunk/oci8.c
==============================================================================
--- dbd-oracle/trunk/oci8.c (original)
+++ dbd-oracle/trunk/oci8.c Mon Apr 1 08:56:20 2013
@@ -4002,10 +4002,6 @@
OCIStmtFetch_log_stat(imp_sth, imp_sth->stmhp, imp_sth->errhp,1, imp_sth->fetch_orient,imp_sth->fetch_offset, status);
/*this will work without a round trip so might as well open it up for all statments handles*/
/* default and OCI_FETCH_NEXT are the same so this avoids miscaluation on the next value*/
- if (status==OCI_NO_DATA){
- return Nullav;
- }
-
OCIAttrGet_stmhp_stat(imp_sth, &imp_sth->fetch_position, 0, OCI_ATTR_CURRENT_POSITION, status);
if (DBIc_DBISTATE(imp_sth)->debug >= 4 || dbd_verbose >= 4 )