From d6a5822a85869d91c7b8d571f9aec9ab8f5ddc73 Mon Sep 17 00:00:00 2001 From: Constantin Michael Date: Fri, 23 Sep 2011 11:10:58 +0200 Subject: Correct missing variable declaration --- odb/oracle/statement.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/odb/oracle/statement.cxx b/odb/oracle/statement.cxx index 789bb27..39ad28c 100644 --- a/odb/oracle/statement.cxx +++ b/odb/oracle/statement.cxx @@ -247,6 +247,7 @@ namespace odb // ub8 read (0); + sword r; do { r = OCILobRead2 (conn_.handle (), -- cgit v1.1