From 16615d695a9383105df9abfcee61e590e876d5ce Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 21 Jun 2021 12:50:15 +0200 Subject: Fix typo in comment --- odb/mssql/statement.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.1