diff options
author | Constantin Michael <constantin@codesynthesis.com> | 2011-10-20 10:17:30 +0200 |
---|---|---|
committer | Constantin Michael <constantin@codesynthesis.com> | 2011-10-20 10:17:30 +0200 |
commit | 44eb5fb529353d8ee39ed25fe0016527fbfd8640 (patch) | |
tree | 946b0fb241c4a0b6124974fa5598f09618d32e38 | |
parent | a64b2d953da436bdca5cf35329d10fd95e1ae860 (diff) |
Aesthetic changes
-rw-r--r-- | odb/oracle/statement.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/odb/oracle/statement.cxx b/odb/oracle/statement.cxx index d63e4a7..cd09e30 100644 --- a/odb/oracle/statement.cxx +++ b/odb/oracle/statement.cxx @@ -498,6 +498,8 @@ namespace odb if (r == OCI_ERROR || r == OCI_INVALID_HANDLE) translate_error (err, r); + done_ = false; + #ifndef NDEBUG ub4 n (0); r = OCIAttrGet(stmt_, OCI_HTYPE_STMT, &n, 0, OCI_ATTR_PARAM_COUNT, err); @@ -512,8 +514,6 @@ namespace odb // assert (n == data_.count); #endif - - done_ = false; } select_statement::result select_statement:: |