aboutsummaryrefslogtreecommitdiff
path: root/ext/session/test_session.c
Commit message (Expand)AuthorAge
* Add new sessions function sqlite3changeset_apply_v3() and its streaming equiv...dan2025-07-14
* Fix a problem with using streaming iterators with sqlite3changegroup_add_chan...dan2025-05-22
* Cygwin-centric fixes from Jan Nijtmans.stephan2025-03-06
* GCC 13 has become more quite pedantic about the signature of functions matchi...drh2025-01-13
* Fix harmless compiler warnings.drh2024-09-06
* First attempt at getting the build to work with Tcl 9.0.drh2024-07-30
* Add tests for sqlite3changegroup_add_change().dan2024-05-06
* Add new sessions API sqlite3changegroup_add_change().dan2024-05-04
* Fix harmless compiler warnings in test code.drh2023-10-31
* Add the SQLITE_CHANGESETAPPLY_FKNOACTION flag to sqlite3session.h, for passin...dan2023-10-20
* Fix harmless compiler warning in the test module for sessions.drh2023-10-09
* Add tests for the sqlite3changegroup_schema() API.dan2023-10-06
* Allow the sessions module to be configured to capture changes from tables wit...dan2023-04-24
* Add the SQLITE_CHANGESETAPPLY_IGNORENOOP flag, which may be passed to sqlite3...dan2023-03-08
* Add the "devtest" makefile target that runs both fuzztest and testrunner.drh2023-02-05
* Fix a comment in ext/session/test_session.c.dan2022-12-13
* Prevent the sessions rebaser from generating changesets containing UPDATE rec...dan2022-12-13
* Add the sqlite3session_object_config() API. Current used to enable/disable co...dan2021-04-22
* Add the experimental sqlite3session_changeset_size() API.dan2021-04-21
* Fix a Tcl object leak in test_session.c.dan2021-03-11
* Add the sqlite3session_memory_used() API to the sessions module. For querying...dan2020-12-23
* Ensure that the table argument passed to Tcl_GetIndexFromObjStruct() in the s...dan2020-10-26
* Add the sqlite3session_config() interface. For configuring global parametersdan2018-10-26
* Add the sqlite3changeset_start_v2() - a new version of _start() that accepts ...dan2018-10-20
* Add the SQLITE_CHANGESETAPPLY_INVERT flag to sessions. For inverting and appl...dan2018-10-18
* Add a "flags" parameter to experimental API sqlite3changeset_apply_v2(). Alsodan2018-04-09
* Add simple tests for the sessions module rebase API.dan2018-03-15
* Add largely untested APIs for rebasing changesets.dan2018-03-14
* Add sqlite3_changeset_apply_v2() and apply_v2_strm() to the sessions module.dan2018-03-13
* Use some of the example code from the sessions documenatation in the sessions...dan2016-08-29
* Add macro necessary for building several extensions when the __stdcall callin...mistachkin2016-07-29
* Missed a couple Tcl command deletion callbacks.mistachkin2016-07-28
* Use the SQLITE_TCLAPI macro in several extensions that were missed in the pre...mistachkin2016-07-28
* Allow the 'testfixture.exe' target to be compiled with the __stdcall calling ...mistachkin2016-07-28
* Even more compiler warning fixes.mistachkin2016-04-12
* Modify the sqlite3session_diff() API so that tables with no PRIMARY KEYs are ...dan2015-04-23
* Fix the error message returned by sqlite3session_diff() for tables with no PR...dan2015-04-23
* Add experimental API sqlite3session_diff().dan2015-04-08
* Change the names of the stream interface APIs to be of the formdrh2014-09-27
* Fix a segfault in the streaming API functions triggered by a very long table ...dan2014-09-27
* Add streaming version of sqlite3changeset_concat().dan2014-09-25
* Add streaming version of sqlite3changeset_invert() to sessions module.dan2014-09-25
* Add streaming version of sqlite3changeset_apply(). Tests and fixes for the sa...dan2014-09-24
* Begin adding 'streaming' APIs to sessions module. This is a work in progress.dan2014-09-23
* Add miscellaneous test cases to improve coverage of sessions module.dan2014-08-18
* Begin adding the sqlite3session_patchset() API to the sessions extension. Thi...dan2014-08-15
* Fix a harmless compiler warning in the sessions test harness.drh2014-03-06
* Enhance the test harness for the sessions interface so that it does notdrh2014-03-06
* Add the sqlite3session_table_filter API to the sessions extension.dan2013-08-23
* Experimental change to the handling of foreign key constraint violations when...dan2013-07-03