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/sessionG.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
November 7, 2018
D
Add the SQLITE_DEFAULT_DEFENSIVE compile-time option. Fix up test cases
drh
committed
7y ago
6ab91a7
April 6, 2018
D
Fix a problem in the sessions module causing sqlite3session_apply_strm() to
dan
committed
8y ago
3e259bc
January 12, 2018
D
Add a test to ensure that the sqlite3changeset_apply() function ignores tables
dan
committed
8y ago
f225059
March 31, 2016
D
Add further tests for the code on this branch. Fix a problem in OOM handling.
dan
committed
10y ago
5f5663d
March 30, 2016
D
Have the sqlite3session_apply() function and its streaming equivalent retry any operations that failed with SQLITE_CONSTRAINT after all other operations on the same table have been attempted. New code is largely untested.
dan
committed
10y ago
d915152