diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2021-06-21 12:50:15 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2021-06-21 12:50:15 +0200 |
commit | 16615d695a9383105df9abfcee61e590e876d5ce (patch) | |
tree | 29dd46d46160656632a31396d323e9647f720d66 | |
parent | c48c8cd8b949cf6b9662596a6078cb6812087247 (diff) |
Fix typo in comment
-rw-r--r-- | odb/mssql/statement.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/mssql/statement.hxx b/odb/mssql/statement.hxx index 2920c04..74326a0 100644 --- a/odb/mssql/statement.hxx +++ b/odb/mssql/statement.hxx @@ -419,7 +419,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 |