sqlite/ext/session
dan 418454c63f For SQLITE_ENABLE_PREUPDATE_HOOK builds, disable the optimization for a
REPLACE command on a WITHOUT ROWID table with no indexes, triggers or foreign
key constraints that causes SQLite to clobber any existing row without
separately checking for it. This optimization causes SQLite to omit the
expected pre-update-hook callbacks.

FossilOrigin-Name: 6281ef974c0ac7a7133c9e1e04c09fdbd627c019c6ff3227293548caf8283864
2019-01-07 15:57:35 +00:00
..
changeset.c Improved response to error conditions in the ".session" shell command and 2014-08-19 00:26:17 +00:00
changesetfuzz1.test Add tests and a fix for program "changesetfuzz". 2018-11-08 14:59:51 +00:00
changesetfuzz.c Add tests and a fix for program "changesetfuzz". 2018-11-08 14:59:51 +00:00
session1.test Add the sqlite3session_config() interface. For configuring global parameters 2018-10-26 17:05:00 +00:00
session2.test Changes to the sesssions module ensure that tables appear within changesets and patchsets in the same order that they were attached to the sessions object. 2015-10-01 16:35:57 +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 Modifications so that the sessions extension works with blob handles. 2011-07-11 19:45:38 +00:00
session8.test Change the names of the stream interface APIs to be of the form 2014-09-27 20:45:48 +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 Add the SQLITE_CHANGESETAPPLY_INVERT flag to sessions. For inverting and applying a changeset in a single step. 2018-10-18 14:59:21 +00:00
session_speed_test.c Add a speed-test program for the sessions module. 2017-01-31 17:31:30 +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
sessionat.test Fix a problem causing the sessions module to occasionally lose track of rows 2018-01-17 17:38:18 +00:00
sessionB.test Changes to the sesssions module ensure that tables appear within changesets and patchsets in the same order that they were attached to the sessions object. 2015-10-01 16:35:57 +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
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_DEFAULT_DEFENSIVE compile-time option. Fix up test cases 2018-11-07 02:17:01 +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
sessionG.test Add the SQLITE_DEFAULT_DEFENSIVE compile-time option. Fix up test cases 2018-11-07 02:17:01 +00:00
sessionH.test Add the SQLITE_DEFAULT_DEFENSIVE compile-time option. Fix up test cases 2018-11-07 02:17:01 +00:00
sessioninvert.test Add the sqlite3changeset_start_v2() - a new version of _start() that accepts a flags parameter - and a streaming equivalent to the sessions module. Also add the SQLITE_CHANGESETSTART_INVERT flag, used with start_v2() to invert a changeset while iterating through it. 2018-10-20 13:48:09 +00:00
sessionrebase.test Add the SQLITE_DEFAULT_DEFENSIVE compile-time option. Fix up test cases 2018-11-07 02:17:01 +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 For SQLITE_ENABLE_PREUPDATE_HOOK builds, disable the optimization for a 2019-01-07 15:57:35 +00:00
sqlite3session.c Fix a harmless compiler warning in Sessions. 2018-12-14 13:47:17 +00:00
sqlite3session.h Fix a typo in a comment that is used to generate session documentation. 2018-12-25 11:17:50 +00:00
test_session.c Add the sqlite3session_config() interface. For configuring global parameters 2018-10-26 17:05:00 +00:00