Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History for ext/session/sessionG.test
2023-03-08
| ||
18:03 | [3efe388282] part of check-in [cb023fe285] 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. (check-in: [cb023fe285] user: dan branch: trunk, size: 5869) | |
2018-11-07
| ||
02:17 | [3828b944cd] part of check-in [3212733cb6] Add the SQLITE_DEFAULT_DEFENSIVE compile-time option. Fix up test cases so that they work with DEFENSIVE enabled. (check-in: [3212733cb6] user: drh branch: read-only-shadow, size: 5761) | |
2018-04-06
| ||
16:22 | [3edde849c4] part of check-in [7594e60935] Fix a problem in the sessions module causing sqlite3session_apply_strm() to allocate enough memory for the entire input buffer - which defeats the point of a streaming interface. (check-in: [7594e60935] user: dan branch: trunk, size: 5762) | |
2018-01-12
| ||
12:02 | [63f9a74434] part of check-in [bf2daf0627] Add a test to ensure that the sqlite3changeset_apply() function ignores tables that do not have the expected primary keys. (check-in: [bf2daf0627] user: dan branch: trunk, size: 4767) | |
2016-03-31
| ||
10:50 | [01ef705096] part of check-in [195f3340ee] Add further tests for the code on this branch. Fix a problem in OOM handling. (check-in: [195f3340ee] user: dan branch: session-retry, size: 4078) | |
2016-03-30
| ||
21:19 | Added: [388b4f3111] part of check-in [1085911afb] 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. (check-in: [1085911afb] user: dan branch: session-retry, size: 1604) | |