Author: byterock
Date: Thu Dec 24 09:18:51 2009
New Revision: 13707
Modified:
dbd-oracle/trunk/Changes
dbd-oracle/trunk/Makefile.PL
Log:
Added extened support for 64 bit clients in Makefile.PL from Ralph Doncaster
Modified: dbd-oracle/trunk/Changes
==============================================================================
--- dbd-oracle/trunk/Changes (original)
+++ dbd-oracle/trunk/Changes Thu Dec 24 09:18:51 2009
@@ -1,4 +1,5 @@
=head1 Changes in DBD-Oracle 1.24(svn rev???)
+ Added extened support for 64 bit clients in Makefile.PL from Ralph Doncaster
Added extened nvarchar support from Jan Mach
Added support for the TYPE attribute on bind_col and the new DBI bind_col attributes StrictlyTyped and DiscardString from Martin J. Evans
Added ora_ncs_buff_mtpl and enviornment var ORA_DBD_NCS_BUFFER so we can control the size of the buffer when doing nclob reads
Modified: dbd-oracle/trunk/Makefile.PL
==============================================================================
--- dbd-oracle/trunk/Makefile.PL (original)
+++ dbd-oracle/trunk/Makefile.PL Thu Dec 24 09:18:51 2009
@@ -1055,14 +1055,19 @@
'proc/lib/proc.mk',
'proc16/lib/proc16.mk',
);
- my @mk_oci = (
+ my @mk_oci32 = (
+ 'rdbms/demo/demo_rdbms32.mk'
+ );
+ my @mk_oci64 = (
'rdbms/demo/demo_xe.mk',
'rdbms/lib/oracle.mk',
'rdbms/demo/oracle.mk',
'rdbms/demo/demo_rdbms.mk',
+ 'rdbms/demo/demo_rdbms64.mk',
'rdbms/lib/ins_rdbms.mk' #Oracle 11 full client for 64 bit and maybe 32 bit??
);
+ my @mk_oci = perl_is_64bit() ? @mk_oci64 : @mk_oci32;
$client_version and push @mk_proc, # Oracle Instant Client
"/usr/share/oracle/$client_version/client/demo.mk",
"/usr/share/oracle/$client_version/client64/demo.mk";
lmpx.com only provides a reader for public news (NNTP) servers. It is not
affiliated with the servers or forums shown here and is not responsible for
the content of articles, which is written by their respective authors.