Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the DBD-Oracle CPAN distribution.

Report information
The Basics
Id: 80487
Status: resolved
Priority: 0/
Queue: DBD-Oracle

People
Owner: Nobody in particular
Requestors: sgoeldner [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: 1.56



Subject: 32xmltype.t: XMLTYPE new in Oracle 9
XMLTYPE is new in Oracle 9, so I'd skip these tests for older versions. Patch attached.
Subject: 32xmltype.diff
Index: t/32xmltype.t =================================================================== --- t/32xmltype.t (revision 15459) +++ t/32xmltype.t (working copy) @@ -26,6 +26,7 @@ PrintError => 0 })}; if ($dbh) { + plan skip_all => "XMLTYPE new in Oracle 9" if $dbh->func('ora_server_version')->[0] < 9; plan tests => 3; } else { plan skip_all => "Unable to connect to Oracle"
On Tue Oct 30 08:57:07 2012, SGOELDNER wrote: Show quoted text
> XMLTYPE is new in Oracle 9, so I'd skip these tests for > older versions. > Patch attached.
Thanks. Applied to trunk. Martin -- Martin J. Evans Wetherby, UK