Re: Getting all changes within a begin; end; transaction
Simon Slavin <[email protected]> Wed, 4 Mar 2020 14:42:57 +0000
| Newsgroups | gmane.comp.db.sqlite.general |
|---|---|
| Message-ID | <[email protected]> |
On 4 Mar 2020, at 2:37pm, Jose Isaias Cabrera <[email protected]> wrote: > Is there a way to know all the changes that may have happened within the full BEGIN and END? Thanks. Use this function <https://sqlite.org/c3ref/total_changes.html> before and after your block, and subtract one from another. _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users