aboutsummaryrefslogtreecommitdiff
path: root/ext/session/test_session.c
Commit message (Expand)AuthorAge
* 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
* Merge trunk changes into the sessions branch.drh2013-05-09
* Note in the documentation that when iterating through a changeset, all change...dan2011-07-16
* Add the xFilter callback to the sqlite3changeset_apply() function. This callb...dan2011-07-13
* Improve test coverage of session module.dan2011-04-16
* Start adding the sqlite3changeset_concat() function to the session module.dan2011-04-14
* Add the SQLITE_ENABLE_PREUPDATE_HOOK compile-time option.drh2011-03-30
* Improve coverage of session module a bit more.dan2011-03-25
* Improve coverage of session module code.dan2011-03-25
* Store primary key definitions for modified tables in changesets. Add the sqli...dan2011-03-24
* Add the "indirect flag" to the changeset blob format. Also the sqlite3session...dan2011-03-23
* If a NULL pointer is passed to sqlite3session_attach() in place of a table na...dan2011-03-22
* Fix handling of return values from the conflict handler. Document the conflic...dan2011-03-14