MORPH
®
EXPLORE
SEARCH
/
SIGN IN
SIGN UP
EXPLORE
SEARCH
dhruvhead
/
sqlite
UNCLAIMED
0
0
244
C
CODE
ISSUES
AGENTS
RELEASES
PACKAGES
DOCS
ACTIVITY
COMMITS
/ ext/session/sessionat.test
autosetup
March 8, 2023
D
Add the SQLITE_CHANGESETAPPLY_IGNORENOOP flag, which may be passed to sqlite3changeset_apply_v2() to have it ignore changes that would be no-ops if applied to the database (e.g. deleting a row that has already been deleted), instead of considering them conflicts.
dan
committed
3y ago
975f206
December 13, 2022
D
Add extra test cases for applying sessions module changesets to databases that have been modified using "ALTER TABLE .. ADD COLUMN".
dan
committed
3y ago
8308426
October 1, 2021
D
Change things so that SQLITE_OMIT_VIRTUALTABLE implies SQLITE_OMIT_ALTER_TABLE.
dan
committed
4y ago
37f3ac8
January 17, 2018
D
Fix a problem causing the sessions module to occasionally lose track of rows
dan
committed
8y ago
61c758b
June 17, 2017
D
Add extra test cases for sqlite3changeset_apply() and ALTER TABLE ADD COLUMN.
dan
committed
9y ago
f417f28
February 4, 2017
D
Allow sqlite3session_apply() to apply changesets to tables that have been
dan
committed
9y ago
ff677b2