aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--odb/oracle/statement.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/odb/oracle/statement.hxx b/odb/oracle/statement.hxx
index 733bcb4..d435286 100644
--- a/odb/oracle/statement.hxx
+++ b/odb/oracle/statement.hxx
@@ -408,7 +408,7 @@ namespace odb
return execute (n, &mex);
}
- // Return the number of rows affected (deleted) by the parameter
+ // Return the number of rows affected (updated) by the parameter
// set. If this is a batch (n > 1 in execute() call above) and it
// is impossible to determine the affected row count for each
// parameter set, then this function returns result_unknown. All
@@ -509,7 +509,6 @@ namespace odb
return result_;
}
-
unsigned long long
execute ()
{