sqlite/ext/session
drh 40eaa08620 Update the sessionfault-9.1 and -9.2 tests to account for the change in
version 3.7.11 in which a pending statement no longer blocks ROLLBACK but
instead causes the next call on that statement to return SQLITE_ABORT.

FossilOrigin-Name: fae9eb197fcef726fd2c7c701afe6805fc008cf9
2012-09-28 12:55:56 +00:00
..
session1.test Fix a problem causing sqlite3changeset_invert() to effectively drop UPDATE changes. 2011-07-26 15:50:36 +00:00
session2.test
session3.test
session4.test
session5.test
session6.test Modifications so that the sessions extension works with blob handles. 2011-07-11 19:45:38 +00:00
session8.test Fix a problem causing sqlite3changeset_invert() to effectively drop UPDATE changes. 2011-07-26 15:50:36 +00:00
session_common.tcl
sessionfault.test Update the sessionfault-9.1 and -9.2 tests to account for the change in 2012-09-28 12:55:56 +00:00
sqlite3session.c Fix errors in a comment in sqlite3session.c. No changes to code. 2011-07-26 17:53:53 +00:00
sqlite3session.h Fix a problem causing sqlite3changeset_invert() to effectively drop UPDATE changes. 2011-07-26 15:50:36 +00:00
test_session.c Note in the documentation that when iterating through a changeset, all changes to a single table are grouped together. Also add the sqlite3session_isempty() function. 2011-07-16 18:05:07 +00:00