diff options
-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 64b5a7a..fdb5950 100644 --- a/odb/oracle/statement.cxx +++ b/odb/oracle/statement.cxx @@ -40,7 +40,7 @@ namespace odb if (r == OCI_ERROR || r == OCI_INVALID_HANDLE) translate_error (conn_.error_handle (), r); - stmt_.reset (handle, OCI_DEFAULT, conn_.error_handle ()); + stmt_.reset (handle, OCI_STRLS_CACHE_DELETE, err); } void statement:: |