From 24376342ab86b5535b455c8a52c0280a9a57be24 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 21 Jun 2021 12:50:57 +0200 Subject: Fix typo in comment --- odb/oracle/statement.hxx | 3 +-- 1 file changed, 1 insertion(+), 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 () { -- cgit v1.1