Commit History

Author SHA1 Message Date
  dan 975f2062da 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. 1 year ago
  drh 6ab91a7a7a Add the SQLITE_DEFAULT_DEFENSIVE compile-time option. Fix up test cases 6 years ago
  mistachkin 43ff906d3e Fix a couple issues in the 'session' module tests. 6 years ago
  dan f231e18c6b Fix another problem with rebasing updates against multiple remote changes. 6 years ago
  dan bd45374cc8 Add further tests and documentation for the sessions rebase feature. 6 years ago
  dan 05accd2216 Modify the permutations.test script so as to set any permutation specific configuration values before running each individual test script. 8 years ago
  dan 0d0a2abc6a Add another OOM test to this branch. 8 years ago
  dan 5f5663dc23 Add further tests for the code on this branch. Fix a problem in OOM handling. 8 years ago