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/sessionH.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
February 27, 2020
D
In sqlite3changeset_apply(), ensure that DELETE and UPDATE changes are always executed on main database tables, not similarly named temp tables, as documented. INSERT statements are already being handled correctly.
dan
committed
6y ago
9e5ecdc
November 7, 2018
D
Add the SQLITE_DEFAULT_DEFENSIVE compile-time option. Fix up test cases
drh
committed
7y ago
6ab91a7
January 17, 2018
D
Fix a problem causing the sessions module to occasionally lose track of rows
dan
committed
8y ago
61c758b