diff options
-rw-r--r-- | odb/oracle/statement.cxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/odb/oracle/statement.cxx b/odb/oracle/statement.cxx index efbaf72..7c16ab2 100644 --- a/odb/oracle/statement.cxx +++ b/odb/oracle/statement.cxx @@ -287,9 +287,7 @@ namespace odb err, i, value, - callback - ? std::numeric_limits<sb4>::max () - : static_cast<sb4> (b->capacity), + static_cast<sb4> (b->capacity), param_sqlt_lookup[b->type], b->indicator, b->size, |