sqlite/ext/session
2013-07-04 15:22:53 +00:00
..
session1.test Experimental change to the handling of foreign key constraint violations when applying a changeset: all foreign keys, immediate and deferred, are deferred until the end of the transaction (or sub-transaction) opened by the sqlite3changeset_apply(). A single call to the conflict-handler (if any) is made if any FK constraint violations are still present in the database at this point. The conflict-handler may choose to rollback the changeset, or to apply it, constraint violations and all. 2013-07-03 19:53:05 +00:00
session2.test Further coverage tests for the session module. 2011-04-18 07:36:27 +00:00
session3.test Improve test coverage of session module. 2011-04-16 19:23:10 +00:00
session4.test Add the SQLITE_ENABLE_PREUPDATE_HOOK compile-time option. 2011-03-30 21:04:43 +00:00
session5.test Improve test coverage of session module. 2011-04-16 19:23:10 +00:00
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
session9.test Fix a bug preventing some FK constraint checking from being deferred until the end of changeset application. 2013-07-04 15:22:53 +00:00
session_common.tcl Add tests and fixes for OOM handling in sqlite3changeset_concat(). 2011-04-15 16:03:32 +00:00
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 Experimental change to the handling of foreign key constraint violations when applying a changeset: all foreign keys, immediate and deferred, are deferred until the end of the transaction (or sub-transaction) opened by the sqlite3changeset_apply(). A single call to the conflict-handler (if any) is made if any FK constraint violations are still present in the database at this point. The conflict-handler may choose to rollback the changeset, or to apply it, constraint violations and all. 2013-07-03 19:53:05 +00:00
sqlite3session.h Experimental change to the handling of foreign key constraint violations when applying a changeset: all foreign keys, immediate and deferred, are deferred until the end of the transaction (or sub-transaction) opened by the sqlite3changeset_apply(). A single call to the conflict-handler (if any) is made if any FK constraint violations are still present in the database at this point. The conflict-handler may choose to rollback the changeset, or to apply it, constraint violations and all. 2013-07-03 19:53:05 +00:00
test_session.c Experimental change to the handling of foreign key constraint violations when applying a changeset: all foreign keys, immediate and deferred, are deferred until the end of the transaction (or sub-transaction) opened by the sqlite3changeset_apply(). A single call to the conflict-handler (if any) is made if any FK constraint violations are still present in the database at this point. The conflict-handler may choose to rollback the changeset, or to apply it, constraint violations and all. 2013-07-03 19:53:05 +00:00