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 */