This is the fix I'm going with: https://www.sqlite.org/src/info/4febdfb37b475361
If you think my fix is incorrect, please let me know promptly because we are about to release 3.27.2 that includes this fix. On 2/25/19, Simon Slavin <[email protected]> wrote: > On 25 Feb 2019, at 2:12pm, Donald Griggs <[email protected]> wrote: > >> https://sqlite.org/c3ref/total_changes.html >> >> This the sqlite3_total_changes(D) interface only reports the number of >> rows that changed due to SQL statement ... >> >> Perhaps should be: >> [[Thus]] the sqlite3_total_changes(D) interface only reports the number of >> rows that changed due to [[an]] SQL statement ... > > I see your "This" --> "Thus". But for the rest of the sentence, the meaning > is the opposite. It's not the number of rows changed due to an (the most > recent) SQL statement, but the number of rows changed due to all SQL > statements. So it should be > > "Thus the sqlite3_total_changes(D) interface reports the number of rows that > changed due only to SQL statements run against database connection D." > > Simon. > _______________________________________________ > sqlite-users mailing list > [email protected] > http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users > -- D. Richard Hipp [email protected] _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

