sqlite/ext/session
drh 7d44b22d45 Fix test cases so that they all still work even with -DSQLITE_DQS=0.
FossilOrigin-Name: 4883776669ee2f2310ea82b0d6df4d008eebaa7cb252102539cf21a635402ebb
2022-01-16 19:11:13 +00:00
..
changeset.c Fix various harmless compiler warnings seen with MSVC. 2019-03-20 05:45:03 +00:00
changesetfuzz.c Fix harmless compiler warnings seen with MSVC. 2019-04-01 03:07:21 +00:00
changesetfuzz1.test Add tests and a fix for program "changesetfuzz". 2018-11-08 14:59:51 +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 Modify the sessions extension to use more efficient SQL when applying a changeset or patchset. 2021-02-02 20:41:13 +00:00
session3.test Allow sqlite3session_apply() to apply changesets to tables that have been 2017-02-04 17:33:30 +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
sessionA.test Change the names of the stream interface APIs to be of the form 2014-09-27 20:45:48 +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
sessionC.test Add the SQLITE_DEFAULT_DEFENSIVE compile-time option. Fix up test cases 2018-11-07 02:17:01 +00:00
sessionD.test Add the SQLITE_DEFAULT_DEFENSIVE compile-time option. Fix up test cases 2018-11-07 02:17:01 +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
sessionG.test Add the SQLITE_DEFAULT_DEFENSIVE compile-time option. Fix up test cases 2018-11-07 02:17:01 +00:00
sessionH.test In sqlite3changeset_apply(), ensure that DELETE and UPDATE changes are always executed on main database tables, not similarly named temp tables, as documented. INSERT statements are already being handled correctly. 2020-02-27 17:16:45 +00:00
session_common.tcl 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
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
sessionat.test Change things so that SQLITE_OMIT_VIRTUALTABLE implies SQLITE_OMIT_ALTER_TABLE. 2021-10-01 20:39:50 +00:00
sessionbig.test Do not run test file sessionbig.test on 32-bit platforms. It uses too much memory. 2021-06-16 16:56:56 +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
sessionfault.test Modify the permutations.test script so as to set any permutation specific configuration values before running each individual test script. 2016-04-27 18:54:49 +00:00
sessionfault2.test Add the SQLITE_DEFAULT_DEFENSIVE compile-time option. Fix up test cases 2018-11-07 02:17:01 +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
sessionnoop.test Update sqlite3changeset_apply_v2() so that it handles no-op UPDATE changes (UPDATE changes that modify no columns). This fixes a regression introduced by [e4ccfac09b]. Also modify sqlite3rebaser_rebase() so that it does not output changesets containing such UPDATEs. 2021-02-20 18:02:37 +00:00
sessionrebase.test Add the SQLITE_DEFAULT_DEFENSIVE compile-time option. Fix up test cases 2018-11-07 02:17:01 +00:00
sessionsize.test Add the sqlite3session_object_config() API. Current used to enable/disable collecting data for sqlite3session_changeset_size(). 2021-04-22 17:40:28 +00:00
sessionstat1.test Add the SQLITE_DEFAULT_DEFENSIVE compile-time option. Fix up test cases 2018-11-07 02:17:01 +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 Fixes for harmless static-analyzer warnings. This also makes the code easier 2021-10-05 17:41:12 +00:00
sqlite3session.h Reduce API lifetime requirement for objects passed to sqlite3_bind_...() with SQLITE_STATIC. 2021-04-29 19:30:35 +00:00
test_session.c Add the sqlite3session_object_config() API. Current used to enable/disable collecting data for sqlite3session_changeset_size(). 2021-04-22 17:40:28 +00:00