On 22 Feb 2019, at 5:18pm, David Raymond <david.raym...@tomtom.com> 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
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to