diff options
-rw-r--r-- | odb/oracle/statement.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
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 (), |