aboutsummaryrefslogtreecommitdiff
path: root/ext/session/sqlite3session.h
Commit message (Expand)AuthorAge
* Session extension doc typo fix reported in [forum:75e9408acb|forum post 75e94...stephan6 days
* Update to comments in sqlite3session.h.dan2025-04-19
* Improve the error messages returned by sqlite3session_diff().dan2025-04-10
* Remove old function declaration accidentally left in sqlite3session.h.dan2025-02-12
* Fix a hyperlink typo in session documentation.drh2024-05-08
* Edit comments in sqlite3session.h.dan2024-05-06
* Add tests for sqlite3changegroup_add_change().dan2024-05-06
* Add new sessions API sqlite3changegroup_add_change().dan2024-05-04
* Add the SQLITE_CHANGESETAPPLY_FKNOACTION flag to sqlite3session.h, for passin...dan2023-10-20
* Allow a session object to generate a changeset, even if columns were added to...dan2023-10-04
* Fix typos in comments in sqlite3session.h preventing documentation from being...dan2023-05-01
* 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
* Reduce API lifetime requirement for objects passed to sqlite3_bind_...() with...larrybr2021-04-29
* Further tweaks for comments in sqlite3session.h.dan2021-04-22
* Change to comments in sqlite3session.h. No changes to code.dan2021-04-22
* 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
* Conform description of sqlite3changeset_op() arguments to implemented behavio...larrybr2021-03-12
* Add the sqlite3session_memory_used() API to the sessions module. For querying...dan2020-12-23
* Fix various documentation typos suggested by Mark Benningfield.drh2019-11-26
* Fix typos in the comments of the sessions extension, one of which affectsdrh2019-03-29
* Fix a typo in a comment that is used to generate session documentation.drh2018-12-25
* 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
* Fix typos in sqlite3session.h preventing documentation webpages from beingdan2018-03-23
* Fix some documentation and other issues with the code on this branch.dan2018-03-21
* Fix rebasing of UPDATE changes against a set of remote changesets that featuredan2018-03-21
* Add further tests and documentation for the sessions rebase feature.dan2018-03-20
* Fix a problem with handling rebasing UPDATE changes for REPLACE conflictdan2018-03-16
* 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
* Typo fixes in comments. No changes to code.mistachkin2018-03-01
* Enhance the sessions documentation to show the methods of the various objects.drh2018-02-28
* Use <pre> around code snippets in the documentation for sessionsdrh2018-02-28
* Clarify the handling of the sqlite_stat1 table by legacy versions of thedan2018-01-18
* Add comments describing the special sqlite_stat1 handling to sqlite3session.h.dan2018-01-18
* Fix typos in session extension header comments. No changes to code.mistachkin2017-10-04
* Allow sqlite3session_apply() to apply changesets to tables that have beendan2017-02-04
* Two more typo fixes in comments.drh2016-09-28
* Fix typos in comments. No code changes.drh2016-09-28
* Fix some comments in sqlite3session.h. No changes to code.dan2016-08-27
* Disable the session extension API if SQLITE_ENABLE_SESSION is not defined.drh2016-05-04
* Changes to the sesssions module ensure that tables appear within changesets a...dan2015-10-01
* Add the sqlite3changegroup_xxx() APIs to the sessions module. For combining m...dan2015-06-11
* Modify the sqlite3session_diff() API so that tables with no PRIMARY KEYs are ...dan2015-04-23
* Add experimental API sqlite3session_diff().dan2015-04-08