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 e069d43..402b5ba 100644 --- a/odb/oracle/statement.cxx +++ b/odb/oracle/statement.cxx @@ -635,7 +635,7 @@ namespace odb sword r (OCIBindByPos (stmt_, &h, err, - data.count, + data.count + 1, 0, #if (OCI_MAJOR_VERSION == 11 && OCI_MINOR_VERSION >=2) \ || OCI_MAJOR_VERSION > 11 |