Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
debian-packages
oracle
libdbd-oracle-perl
Commits
79087477
Commit
79087477
authored
Apr 23, 2014
by
Yanick Champoux
Browse files
v1.73_01
parents
ed7306e4
23c248d1
Changes
19
Hide whitespace changes
Inline
Side-by-side
Changes
View file @
79087477
Revision history for DBD::Oracle
1.73_01 2014-04-23
- Tweak fix for RT-88185. (GH#14, Martin J. Evans)
1.73_00 2014-04-23
- Reverts current fix for RT-88185, as it causes breakage. (GH#14)
...
...
META.json
View file @
79087477
...
...
@@ -57,15 +57,15 @@
"provides"
:
{
"DBD::Oracle"
:
{
"file"
:
"lib/DBD/Oracle.pm"
,
"version"
:
"1.73_0
0
"
"version"
:
"1.73_0
1
"
},
"DBD::Oracle::GetInfo"
:
{
"file"
:
"lib/DBD/Oracle/GetInfo.pm"
,
"version"
:
"1.73_0
0
"
"version"
:
"1.73_0
1
"
},
"DBD::Oracle::Object"
:
{
"file"
:
"lib/DBD/Oracle/Object.pm"
,
"version"
:
"1.73_0
0
"
"version"
:
"1.73_0
1
"
}
},
"release_status"
:
"testing"
,
...
...
@@ -80,7 +80,7 @@
"web"
:
"https://github.com/pythian/DBD-Oracle"
}
},
"version"
:
"1.73_0
0
"
,
"version"
:
"1.73_0
1
"
,
"x_authority"
:
"cpan:PYTHIAN"
,
"x_contributors"
:
[
"David E. Wheeler <david@justatheory.com>"
,
...
...
META.yml
View file @
79087477
...
...
@@ -30,13 +30,13 @@ name: DBD-Oracle
provides
:
DBD::Oracle:
file
:
lib/DBD/Oracle.pm
version
:
1.73_0
0
version
:
1.73_0
1
DBD::Oracle::GetInfo:
file
:
lib/DBD/Oracle/GetInfo.pm
version
:
1.73_0
0
version
:
1.73_0
1
DBD::Oracle::Object:
file
:
lib/DBD/Oracle/Object.pm
version
:
1.73_0
0
version
:
1.73_0
1
requires
:
DBI
:
0
DynaLoader
:
0
...
...
@@ -48,7 +48,7 @@ resources:
bugtracker
:
https://github.com/pythian/DBD-Oracle/issues
homepage
:
http://search.cpan.org/dist/DBD-Oracle/
repository
:
https://github.com/pythian/DBD-Oracle.git
version
:
1.73_0
0
version
:
1.73_0
1
x_authority
:
cpan:PYTHIAN
x_contributors
:
-
'
David
E.
Wheeler
<david@justatheory.com>'
...
...
README
View file @
79087477
...
...
@@ -2,7 +2,7 @@ NAME
DBD::Oracle - Oracle database driver for the DBI module
VERSION
version 1.73_0
0
version 1.73_0
1
SYNOPSIS
use DBI;
...
...
README.mkdn
View file @
79087477
...
...
@@ -4,7 +4,7 @@ DBD::Oracle - Oracle database driver for the DBI module
# VERSION
version 1.73\_0
0
version 1.73\_0
1
# SYNOPSIS
...
...
dbdimp.c
View file @
79087477
...
...
@@ -4346,6 +4346,7 @@ dbd_st_FETCH_attrib(SV *sth, imp_sth_t *imp_sth, SV *keysv)
if
(
kl
==
4
&&
strEQ
(
key
,
"NAME"
))
{
AV
*
av
=
newAV
();
SV
*
x
;
D_imp_dbh_from_sth
;
retsv
=
newRV
(
sv_2mortal
((
SV
*
)
av
));
while
(
--
i
>=
0
)
{
...
...
lib/DBD/Oracle.pm
View file @
79087477
...
...
@@ -11,7 +11,7 @@ my $ORACLE_ENV = ($^O eq 'VMS') ? 'ORA_ROOT' : 'ORACLE_HOME';
{
package
DBD::
Oracle
;
$
DBD::Oracle::
VERSION
=
'
1.73_0
0
';
$
DBD::Oracle::
VERSION
=
'
1.73_0
1
';
BEGIN
{
$
DBD::Oracle::
AUTHORITY
=
'
cpan:PYTHIAN
';
}
...
...
@@ -1225,7 +1225,7 @@ DBD::Oracle - Oracle database driver for the DBI module
=head1 VERSION
version 1.73_0
0
version 1.73_0
1
=head1 SYNOPSIS
...
...
lib/DBD/Oracle/GetInfo.pm
View file @
79087477
package
DBD::Oracle::
GetInfo
;
$
DBD::Oracle::GetInfo::
VERSION
=
'
1.73_0
0
';
$
DBD::Oracle::GetInfo::
VERSION
=
'
1.73_0
1
';
BEGIN
{
$
DBD::Oracle::GetInfo::
AUTHORITY
=
'
cpan:PYTHIAN
';
}
...
...
@@ -295,7 +295,7 @@ DBD::Oracle::GetInfo - Wrapper to get Oracle information
=head1 VERSION
version 1.73_0
0
version 1.73_0
1
=head1 AUTHORS
...
...
lib/DBD/Oracle/Object.pm
View file @
79087477
package
DBD::Oracle::
Object
;
$
DBD::Oracle::Object::
VERSION
=
'
1.73_0
0
';
$
DBD::Oracle::Object::
VERSION
=
'
1.73_0
1
';
BEGIN
{
$
DBD::Oracle::Object::
AUTHORITY
=
'
cpan:PYTHIAN
';
}
...
...
@@ -40,7 +40,7 @@ DBD::Oracle::Object - Wrapper for Oracle objects
=head1 VERSION
version 1.73_0
0
version 1.73_0
1
=head1 AUTHORS
...
...
lib/DBD/Oracle/Troubleshooting.pod
View file @
79087477
...
...
@@ -13,7 +13,7 @@ DBD::Oracle::Troubleshooting - Tips and Hints to Troubleshoot DBD::Oracle
=head1 VERSION
version 1.73_0
0
version 1.73_0
1
=head1 CONNECTING TO ORACLE
...
...
lib/DBD/Oracle/Troubleshooting/Aix.pod
View file @
79087477
...
...
@@ -13,7 +13,7 @@ DBD::Oracle::Troubleshooting::Aix - Tips and Hints to Troubleshoot DBD::Oracle o
=head1 VERSION
version 1.73_0
0
version 1.73_0
1
=head1 Using Visual Age 7 C Compiler
...
...
lib/DBD/Oracle/Troubleshooting/Cygwin.pod
View file @
79087477
...
...
@@ -13,7 +13,7 @@ DBD::Oracle::Troubleshooting::Cygwin - Tips and Hints to Troubleshoot DBD::Oracl
=head1 VERSION
version 1.73_0
0
version 1.73_0
1
=head1 General Info
...
...
lib/DBD/Oracle/Troubleshooting/Hpux.pod
View file @
79087477
...
...
@@ -13,7 +13,7 @@ DBD::Oracle::Troubleshooting::Hpux - Tips and Hints to Troubleshoot DBD::Oracle
=head1 VERSION
version 1.73_0
0
version 1.73_0
1
=head1 INTRODUCTION
...
...
lib/DBD/Oracle/Troubleshooting/Linux.pod
View file @
79087477
...
...
@@ -13,7 +13,7 @@ DBD::Oracle::Troubleshooting::Linux - Tips and Hints to Troubleshoot DBD::Oracle
=head1 VERSION
version 1.73_0
0
version 1.73_0
1
=head1 SELinux and httpd
...
...
lib/DBD/Oracle/Troubleshooting/Macos.pod
View file @
79087477
...
...
@@ -13,7 +13,7 @@ DBD::Oracle::Troubleshooting::Macos - Tips and Hints to Troubleshoot DBD::Oracle
=head1 VERSION
version 1.73_0
0
version 1.73_0
1
=head1 General Info
...
...
lib/DBD/Oracle/Troubleshooting/Sun.pod
View file @
79087477
...
...
@@ -13,7 +13,7 @@ DBD::Oracle::Troubleshooting::Sun - Tips and Hints to Troubleshoot DBD::Oracle o
=head1 VERSION
version 1.73_0
0
version 1.73_0
1
=head1 General Info
...
...
lib/DBD/Oracle/Troubleshooting/Vms.pod
View file @
79087477
...
...
@@ -13,7 +13,7 @@ DBD::Oracle::Troubleshooting::Vms - Tips and Hints to Troubleshoot DBD::Oracle o
=head1 VERSION
version 1.73_0
0
version 1.73_0
1
=head1 General Info
...
...
lib/DBD/Oracle/Troubleshooting/Win32.pod
View file @
79087477
...
...
@@ -13,7 +13,7 @@ DBD::Oracle::Troubleshooting::Win32 - Tips and Hints to Troubleshoot DBD::Oracle
=head1 VERSION
version 1.73_0
0
version 1.73_0
1
=head1 GENERAL INFO
...
...
lib/DBD/Oracle/Troubleshooting/Win64.pod
View file @
79087477
...
...
@@ -13,7 +13,7 @@ DBD::Oracle::Troubleshooting::Win64 - Tips and Hints to Troubleshoot DBD::Oracle
=head1 VERSION
version 1.73_0
0
version 1.73_0
1
=head1 DBD::Oracle and Windows 64bit
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment