On 6 Jan 2014, at 5:18am, Dan Kennedy <[email protected]> wrote:
> sqlite3session_changeset() returns a blob containing the differences > between the current database and the database as it was when the > session object was first attached. After running "UNDO", there are > no differences. Hence the empty changeset. Suppose, before I do the UNDO I make another changeset and do all the other things needed to make it start recording. Will that end up with the invert of the first changeset ? Simon. _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

