DBD::Oracle copy/paste error

"Milo van der Leij" <[email protected]>
Newsgroups gmane.comp.lang.perl.modules.dbi.sybase.devel
Message-ID <[email protected]>
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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.