aboutsummaryrefslogtreecommitdiff
path: root/ext/session/session_common.tcl
Commit message (Expand)AuthorAge
* Fix sessions module handling of tables with generated columns.dan2025-01-28
* 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
* Fix a problem with retrying constraint failures within sqlite3changeset_apply...dan2020-06-17
* Add the SQLITE_CHANGESETAPPLY_INVERT flag to sessions. For inverting and appl...dan2018-10-18
* Fix a problem in the sessions module causing sqlite3session_apply_strm() todan2018-04-06
* Add further tests and documentation for the sessions rebase feature.dan2018-03-20
* Allow sqlite3session_apply() to apply changesets to tables that have beendan2017-02-04
* Use some of the example code from the sessions documenatation in the sessions...dan2016-08-29
* Changes to the sesssions module ensure that tables appear within changesets a...dan2015-10-01
* Modify the sessions module to ignore all operations on tables with no primary...dan2015-06-02
* Change the names of the stream interface APIs to be of the formdrh2014-09-27
* Add tests and fixes for OOM handling in sqlite3changeset_concat().dan2011-04-15
* If a NULL pointer is passed to sqlite3session_attach() in place of a table na...dan2011-03-22
* Add OOM tests and related fixes for the session module.dan2011-03-22
* Remove some unreachable code in sqlite3session.c. Add test cases.dan2011-03-21
* Add start of fault-injection tests for session module. Fix some bugs related ...dan2011-03-21