index
:
sqlite
master
sqlite mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
session
/
session_common.tcl
Commit message (
Expand
)
Author
Age
*
Fix sessions module handling of tables with generated columns.
dan
2025-01-28
*
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
*
Fix a problem with retrying constraint failures within sqlite3changeset_apply...
dan
2020-06-17
*
Add the SQLITE_CHANGESETAPPLY_INVERT flag to sessions. For inverting and appl...
dan
2018-10-18
*
Fix a problem in the sessions module causing sqlite3session_apply_strm() to
dan
2018-04-06
*
Add further tests and documentation for the sessions rebase feature.
dan
2018-03-20
*
Allow sqlite3session_apply() to apply changesets to tables that have been
dan
2017-02-04
*
Use some of the example code from the sessions documenatation in the sessions...
dan
2016-08-29
*
Changes to the sesssions module ensure that tables appear within changesets a...
dan
2015-10-01
*
Modify the sessions module to ignore all operations on tables with no primary...
dan
2015-06-02
*
Change the names of the stream interface APIs to be of the form
drh
2014-09-27
*
Add tests and fixes for OOM handling in sqlite3changeset_concat().
dan
2011-04-15
*
If a NULL pointer is passed to sqlite3session_attach() in place of a table na...
dan
2011-03-22
*
Add OOM tests and related fixes for the session module.
dan
2011-03-22
*
Remove some unreachable code in sqlite3session.c. Add test cases.
dan
2011-03-21
*
Add start of fault-injection tests for session module. Fix some bugs related ...
dan
2011-03-21