From 08055feffaaeea7c16f9bbf018dc85000bce2a3b Mon Sep 17 00:00:00 2001 From: "Thies C. Arntzen" Date: Sun, 27 Feb 2000 18:02:14 +0000 Subject: [PATCH] out of space in private (brain) memory;-) --- ext/oci8/oci8.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ext/oci8/oci8.c b/ext/oci8/oci8.c index 8cadec0fe8f..587e9b76675 100644 --- a/ext/oci8/oci8.c +++ b/ext/oci8/oci8.c @@ -43,6 +43,7 @@ * - cleanup the ociexecute semantics for refcursors * - make $lob->savefile use O_BINARY * - line 2728: ub4 length = -1; needs fixing + * - delay OCIInitialize() as far as we can. */ /* {{{ includes & stuff */