Before contributing something that is actually valuable, I'll use
my very first open-source contribution on some low-hanging fruit.

It looks like the person who copied ora_lob_length from
ora_lob_trim missed something.

Index: Oracle.xs
===================================================================
--- Oracle.xs   (revision 11560)
+++ Oracle.xs   (working copy)
@@ -456,7 +456,7 @@
       CODE:
       OCILobGetLength_log_stat(imp_dbh->svchp, imp_dbh->errhp,
locator, &len, status);
       if (status != OCI_SUCCESS) {
-        oci_error(dbh, imp_dbh->errhp, status, "OCILobTrim");
+        oci_error(dbh, imp_dbh->errhp, status, "OCILobGetLength");
          ST(0) = &sv_undef;
       }
       else {


Regards,
Milo


-- 
Be Yourself @ mail.com!
Choose From 200+ Email Addresses
Get a Free Account at www.mail.com

Attachment: dbd-oracle.diff.gz
Description: GNU Zip compressed data

Reply via email to