sqlite/ext/session
dan fcef73a787 Add missing "finish_test" to sessionnoact.test.
FossilOrigin-Name: 9a1d37f5479adedb93f40e8189ad0efa891a438805d80774ee992d4dfd71150f
2023-10-21 15:21:06 +00:00
..
changeset.c Fix various harmless compiler warnings seen with MSVC. 2019-03-20 05:45:03 +00:00
changesetfuzz1.test Add tests and a fix for program "changesetfuzz". 2018-11-08 14:59:51 +00:00
changesetfuzz.c Fix harmless compiler warnings seen with MSVC. 2019-04-01 03:07:21 +00:00
session1.test Add test case to ensure that sessions works with DELETE statements that use the truncate optimization (i.e. a DELETE without a WHERE clause). 2021-07-28 18:13:28 +00:00
session2.test Add the SQLITE_CHANGESETAPPLY_IGNORENOOP flag, which may be passed to sqlite3changeset_apply_v2() to have it ignore changes that would be no-ops if applied to the database (e.g. deleting a row that has already been deleted), instead of considering them conflicts. 2023-03-08 18:03:04 +00:00
session3.test Allow a session object to generate a changeset, even if columns were added to one of the tables using ALTER TABLE ADD COLUMN while the changeset was being collected. 2023-10-04 21:15:24 +00:00
session4.test Fix a couple issues in the 'session' module tests. 2018-03-24 23:16:05 +00:00
session5.test Change the names of the stream interface APIs to be of the form 2014-09-27 20:45:48 +00:00
session6.test Fix the zeroblob() function and related APIs so that they work with SQLITE_OMIT_INCRBLOB builds. 2021-11-08 19:35:26 +00:00
session8.test Fix test cases so that they all still work even with -DSQLITE_DQS=0. 2022-01-16 19:11:13 +00:00
session9.test Change the names of the stream interface APIs to be of the form 2014-09-27 20:45:48 +00:00
session_common.tcl Allow the sessions module to be configured to capture changes from tables with no explicit PRIMARY KEY. 2023-04-24 19:22:21 +00:00
session_speed_test.c Use 64-bit math to compute the sizes of memory allocations in extensions. 2019-01-08 20:02:48 +00:00
sessionA.test Change the names of the stream interface APIs to be of the form 2014-09-27 20:45:48 +00:00
sessionalter.test Fix a problem with sqlite3changegroup_schema() and patchsets. 2023-10-07 17:29:10 +00:00
sessionat.test Add the SQLITE_CHANGESETAPPLY_IGNORENOOP flag, which may be passed to sqlite3changeset_apply_v2() to have it ignore changes that would be no-ops if applied to the database (e.g. deleting a row that has already been deleted), instead of considering them conflicts. 2023-03-08 18:03:04 +00:00
sessionB.test Reformat the white-space in a few test cases so that the tests work with Tcl 8.6.9. 2019-02-26 19:16:49 +00:00
sessionbig.test Add the SQLITE_CHANGESETAPPLY_IGNORENOOP flag, which may be passed to sqlite3changeset_apply_v2() to have it ignore changes that would be no-ops if applied to the database (e.g. deleting a row that has already been deleted), instead of considering them conflicts. 2023-03-08 18:03:04 +00:00
sessionC.test Add the SQLITE_DEFAULT_DEFENSIVE compile-time option. Fix up test cases 2018-11-07 02:17:01 +00:00
sessionD.test Allow the sessions module to be configured to capture changes from tables with no explicit PRIMARY KEY. 2023-04-24 19:22:21 +00:00
sessiondiff.test Fix the sessiondiff test module so that it does not run if the session 2017-06-11 19:40:34 +00:00
sessionE.test Add the SQLITE_DEFAULT_DEFENSIVE compile-time option. Fix up test cases 2018-11-07 02:17:01 +00:00
sessionF.test Add the SQLITE_DEFAULT_DEFENSIVE compile-time option. Fix up test cases 2018-11-07 02:17:01 +00:00
sessionfault2.test Add the SQLITE_CHANGESETAPPLY_IGNORENOOP flag, which may be passed to sqlite3changeset_apply_v2() to have it ignore changes that would be no-ops if applied to the database (e.g. deleting a row that has already been deleted), instead of considering them conflicts. 2023-03-08 18:03:04 +00:00
sessionfault3.test Add tests for the sqlite3changegroup_schema() API. 2023-10-06 19:01:43 +00:00
sessionfault.test Add the SQLITE_CHANGESETAPPLY_IGNORENOOP flag, which may be passed to sqlite3changeset_apply_v2() to have it ignore changes that would be no-ops if applied to the database (e.g. deleting a row that has already been deleted), instead of considering them conflicts. 2023-03-08 18:03:04 +00:00
sessionG.test Add the SQLITE_CHANGESETAPPLY_IGNORENOOP flag, which may be passed to sqlite3changeset_apply_v2() to have it ignore changes that would be no-ops if applied to the database (e.g. deleting a row that has already been deleted), instead of considering them conflicts. 2023-03-08 18:03:04 +00:00
sessionH.test Add the SQLITE_CHANGESETAPPLY_IGNORENOOP flag, which may be passed to sqlite3changeset_apply_v2() to have it ignore changes that would be no-ops if applied to the database (e.g. deleting a row that has already been deleted), instead of considering them conflicts. 2023-03-08 18:03:04 +00:00
sessioninvert.test Fix a problem with retrying constraint failures within sqlite3changeset_apply() calls with the SQLITE_CHANGESET_INVERT flag is set. 2020-06-17 14:14:11 +00:00
sessionmem.test Add tests for sqlite3session_memory_used() interface. 2021-01-20 10:59:47 +00:00
sessionnoact.test Add missing "finish_test" to sessionnoact.test. 2023-10-21 15:21:06 +00:00
sessionnoop2.test Fix windows-specific problems in test scripts sessionnoop2.test and sessionrowid.test. 2023-05-13 20:01:27 +00:00
sessionnoop.test Reinstate some test cases accidentally removed by [cb023fe28560ce0f]. 2023-03-09 16:11:43 +00:00
sessionrebase.test Allow the sessions module to be configured to capture changes from tables with no explicit PRIMARY KEY. 2023-04-24 19:22:21 +00:00
sessionrowid.test Fix windows-specific problems in test scripts sessionnoop2.test and sessionrowid.test. 2023-05-13 20:01:27 +00:00
sessionsize.test Allow the sessions module to be configured to capture changes from tables with no explicit PRIMARY KEY. 2023-04-24 19:22:21 +00:00
sessionstat1.test Add the SQLITE_CHANGESETAPPLY_IGNORENOOP flag, which may be passed to sqlite3changeset_apply_v2() to have it ignore changes that would be no-ops if applied to the database (e.g. deleting a row that has already been deleted), instead of considering them conflicts. 2023-03-08 18:03:04 +00:00
sessionwor.test Ensure that the pre-update hook is invoked for INSERT operations on WITHOUT ROWID tables that use the xfer optimization. 2021-02-18 12:18:10 +00:00
sqlite3session.c Fix a problem with SQLITE_CHANGESETAPPLY_FKNOACTION and the foreign-key-trigger-cache. 2023-10-21 15:04:24 +00:00
sqlite3session.h Add the SQLITE_CHANGESETAPPLY_FKNOACTION flag to sqlite3session.h, for passing to sqlite3changeset_apply_v2() to cause all foreign key constraints to behave as if they were declared NO ACTION. 2023-10-20 17:06:39 +00:00
test_session.c Add the SQLITE_CHANGESETAPPLY_FKNOACTION flag to sqlite3session.h, for passing to sqlite3changeset_apply_v2() to cause all foreign key constraints to behave as if they were declared NO ACTION. 2023-10-20 17:06:39 +00:00