From 6a4ad4a8c1460122e9a425d8b5ac874cf1025642 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net> Date: Tue, 4 Apr 2000 13:31:50 -0700 Subject: [PATCH] oops.. Rev: src/modules/Oracle/oracle.c:1.32 --- src/modules/Oracle/oracle.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/modules/Oracle/oracle.c b/src/modules/Oracle/oracle.c index 9fd48f82fa..c6e21e56a2 100644 --- a/src/modules/Oracle/oracle.c +++ b/src/modules/Oracle/oracle.c @@ -1,5 +1,5 @@ /* - * $Id: oracle.c,v 1.31 2000/03/31 19:16:54 hubbe Exp $ + * $Id: oracle.c,v 1.32 2000/04/04 20:31:50 hubbe Exp $ * * Pike interface to Oracle databases. * @@ -41,12 +41,12 @@ #include <oci.h> #include <math.h> -RCSID("$Id: oracle.c,v 1.31 2000/03/31 19:16:54 hubbe Exp $"); +RCSID("$Id: oracle.c,v 1.32 2000/04/04 20:31:50 hubbe Exp $"); #define BLOB_FETCH_CHUNK 16384 -/* #define ORACLE_DEBUG */ +#define ORACLE_DEBUG #define ORACLE_USE_THREADS #define SERIALIZE_CONNECT -- GitLab