diff options
author | Constantin Michael <constantin@codesynthesis.com> | 2011-09-23 11:10:58 +0200 |
---|---|---|
committer | Constantin Michael <constantin@codesynthesis.com> | 2011-09-23 11:10:58 +0200 |
commit | d6a5822a85869d91c7b8d571f9aec9ab8f5ddc73 (patch) | |
tree | 69c69bbe8c9dfd77a00079fdf0a690ae3995dbfc | |
parent | f14c0baad83f5c577b14721d6b037bd25e2bb88c (diff) |
Correct missing variable declaration
-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 (), |