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