On 22 Feb 2019, at 5:18pm, David Raymond <[email protected]> wrote:
> Also I think total_changes will just tell you that the statement changed > "something", but you still won't know if it was an insert or an update, or > how many of each. As OP wrote, you do it before and after "INSERT OR IGNORE" OR "UPDATE ... WHERE ..." and see whether it changed. Simon. _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

