diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2011-11-11 08:53:50 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2011-11-11 08:53:50 +0200 |
commit | 196646ec49211a6843f5ea79064ca8f2ad74a2cc (patch) | |
tree | fe9348d0846077c2ca3513764e3f003a924f1cae | |
parent | 0fb66e3e85ccb096cb625bf4664fdbbf3b8a29f9 (diff) |
Use OCI_DEFINE_SOFT in OCIDefineByPos when rebinding
-rw-r--r-- | odb/oracle/statement.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/oracle/statement.cxx b/odb/oracle/statement.cxx index 67cec5e..e9f7a45 100644 --- a/odb/oracle/statement.cxx +++ b/odb/oracle/statement.cxx @@ -905,7 +905,7 @@ namespace odb b->indicator, 0, 0, - OCI_DEFAULT); + OCI_DEFINE_SOFT); if (r == OCI_ERROR || r == OCI_INVALID_HANDLE) translate_error (err, r); |