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