Martin Evans wrote:
John Scoles wrote:
Ok how about try #2

You can find it here

http://svn.perl.org/modules/dbd-oracle/trunk/DBD-Oracle-1.21-RC2.tar

Got rid of the 'OCIXMLTypeCreateFromSrc' waring, seems Oracle has released this in the API but not provided a ptototype for it.

Also added a patch to provide faster fetch from REF CURSORs

Looking forward to testing this as we use ref cursors a lot.

Thanks!

John Scoles


 From perl Makefile.PL:

Warning: the following files are missing in your kit:
        META.yml
Please inform the author

Previous compiler warnings mostly fixed but I've now got 2 new ones:

oci8.c:1390: warning: comparison is always false due to limited range of data type oci8.c:1390: warning: comparison is always true due to limited range of data type

which are down to:

ub1 tz_hour;
if (  (tz_hour<0) && (tz_hour>-10) )

Make test succeeds for all tests executed which specifically excludes:

t/12impdata.............skipped
all skipped: DBI version 1.59 does not supprt iThreads use version 1.602 or later
t/14threads.............skipped
all skipped: DBI version 1.59 does not supprt iThreads use version 1.602 or later

Note minor typo "supprt".

Looking at the timezone compiler warning I don't think this will impact on us much so I'll go ahead and install this RC on my test system and get back to you.

Martin

Sorry, I forgot to provide platform information:

This is perl, v5.8.8 built for i386-linux-thread-multi
DBI 1.59.
Linux Fedora Core release 5 (Bordeaux)
Intel Xeon (32bit)
Oracle Database XE 10.1

I also tried to the same database as above but with instant client 10.1.0.4-20050525 with the same result.

Martin
--
Martin J. Evans
Easysoft Limited
http://www.easysoft.com

Reply via email to