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: 49435
Status: resolved
Priority: 0/
Queue: DBD-Oracle

People
Owner: Nobody in particular
Requestors: hull [...] snap.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.23
Fixed in:
  • 1.24
  • 1.24a
  • 1.24b



The attached patch improves support for a few Oracle data types in dbd_describe.
Subject: DBD-Oracle-dbd_describe.patch
--- oci8.c.orig 2009-04-29 08:04:24.000000000 -0700 +++ oci8.c 2009-09-04 09:52:50.000000000 -0700 @@ -2950,8 +2950,11 @@ dbd_describe(SV *h, imp_sth_t *imp_sth) break; case 182: /* INTERVAL YEAR TO MONTH */ + case 189: /* INTERVAL YEAR TO MONTH (ocidfn.h) */ case 183: /* INTERVAL DAY TO SECOND */ case 190: /* INTERVAL DAY TO SECOND */ + case 185: /* TIME (ocidfn.h) */ + case 186: /* TIME WITH TIME ZONE (ocidfn.h) */ case 187: /* TIMESTAMP */ case 188: /* TIMESTAMP WITH TIME ZONE */ case 232: /* TIMESTAMP WITH LOCAL TIME ZONE */
pathch added to trunk you can find it here http://svn.perl.org/modules/dbd-oracle/trunk