In preparation before doing something useful, I'm sticking to some low-hanging 
fruit for my very first open-source contribution.

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

Reply via email to