index
:
sqlite
master
sqlite mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
session
/
sqlite3session.c
Commit message (
Expand
)
Author
Age
*
Fix a problem with the sqlite3changeset_size() API and rowid tables.
dan
2023-05-02
*
Fix harmless compiler warnings.
drh
2023-05-01
*
Fix a typo in a printf() format string the sessions module.
dan
2023-04-26
*
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 lots of harmless, nuisance compiler warnings, mostly unused parameter
drh
2022-12-23
*
Prevent the sessions rebaser from generating changesets containing UPDATE rec...
dan
2022-12-13
*
Fixes for harmless static-analyzer warnings. This also makes the code easier
drh
2021-10-05
*
Fix harmless static analyzer warnings in sessions, rtree, fts3 and fts5.
drh
2021-10-04
*
Update an allocation routine in the sessions module to allow it to allocate t...
dan
2021-05-25
*
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
*
Update sqlite3changeset_apply_v2() so that it handles no-op UPDATE changes (U...
dan
2021-02-20
*
Modify the sessions extension to use more efficient SQL when applying a chang...
dan
2021-02-02
*
Add the sqlite3session_memory_used() API to the sessions module. For querying...
dan
2020-12-23
*
Fix harmless USAN warnings from gcc9.
drh
2020-08-11
*
Fix a problem with retrying constraint failures within sqlite3changeset_apply...
dan
2020-06-17
*
In sqlite3changeset_apply(), ensure that DELETE and UPDATE changes are always...
dan
2020-02-27
*
Fix harmless compiler warning seen with MSVC for x64.
mistachkin
2019-07-29
*
Fix a segfault that could occur in sqlite3session_diff() if NULL were passed ...
dan
2019-05-20
*
Fix harmless compiler warning in the session extension.
mistachkin
2019-05-16
*
Fixes for harmless compiler warnings.
drh
2019-04-13
*
Fix typos in the comments of the sessions extension, one of which affects
drh
2019-03-29
*
Use 64-bit math to compute the sizes of memory allocations in extensions.
drh
2019-01-08
*
Fix a harmless compiler warning in Sessions.
drh
2018-12-14
*
Update comments in sqlite3session.c to describe the format of "rebase blobs",
dan
2018-10-30
*
In the sessions module, avoid collecting rebase data if the user has not
dan
2018-10-29
*
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
*
Take steps to avoid a potential integer overflow in sessionBufferGrow().
dan
2018-10-18
*
Add the SQLITE_CHANGESETAPPLY_INVERT flag to sessions. For inverting and appl...
dan
2018-10-18
*
Have sqlite3changegroup_output_strm() call its output function more regularly.
dan
2018-09-28
*
Add a "flags" parameter to experimental API sqlite3changeset_apply_v2(). Also
dan
2018-04-09
*
Fix a problem in the sessions module causing sqlite3session_apply_strm() to
dan
2018-04-06
*
Fix harmless compiler warning seen with MSVC.
mistachkin
2018-03-24
*
Fix minor problems with passing NULL pointers to memcmp() and memcpy() found ...
dan
2018-03-23
*
Remove some unused code from sqlite3rebaser_rebase().
dan
2018-03-22
*
Fix another problem with rebasing updates against multiple remote changes.
dan
2018-03-22
*
Add tests to ensure that patchsets are handled correctly by the session rebase
dan
2018-03-22
*
Remove some unused code from the sessions module.
dan
2018-03-22
*
Fix some documentation and other issues with the code on this branch.
dan
2018-03-21
*
Fix rebasing of UPDATE changes against a set of remote changesets that feature
dan
2018-03-21
*
Add further tests and documentation for the sessions rebase feature.
dan
2018-03-20
*
Fix a problem with handling rebasing UPDATE changes for REPLACE conflict
dan
2018-03-16
*
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
*
Fix another crash in the sessions module triggered by malformed input.
dan
2018-03-05
*
Fix further crashes in sqlite3changeset_apply() caused by corrupt changeset
dan
2018-03-01
*
Fix some crashes in the sqlite3changeset_apply() function that could be caused
dan
2018-03-01
[next]