SQLite

All files named ”ext/session/sessioninvert.test”
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

History for ext/session/sessioninvert.test

2025-03-19
15:21
[9018f6a738] part of check-in [83c34decbe] Correct part of [505d9e49f7] and [7126a51ed8] to get sessioninvert tests working on cygwin. (check-in: [83c34decbe] user: stephan branch: cygwin-fixes, size: 4766)
14:57
[61e686ddfe] part of check-in [505d9e49f7] Correct part of [7126a51e] which changed the implicit return value of a test function. (check-in: [505d9e49f7] user: stephan branch: cygwin-fixes, size: 4789)
14:52
[526474af44] part of check-in [7126a51ed8] Add some explicit db close calls to work around a process-reaping timing problem on cygwin builds. (check-in: [7126a51ed8] user: stephan branch: cygwin-fixes, size: 4767)
2020-06-17
14:14
[04075517a9] part of check-in [d73e857b83] Fix a problem with retrying constraint failures within sqlite3changeset_apply() calls with the SQLITE_CHANGESET_INVERT flag is set. (check-in: [d73e857b83] user: dan branch: trunk, size: 4755)
2018-10-20
13:48
[ae1a003a9a] part of check-in [cbedcb9aae] Add the sqlite3changeset_start_v2() - a new version of _start() that accepts a flags parameter - and a streaming equivalent to the sessions module. Also add the SQLITE_CHANGESETSTART_INVERT flag, used with start_v2() to invert a changeset while iterating through it. (check-in: [cbedcb9aae] user: dan branch: trunk, size: 4073)
2018-10-18
14:59
Added: [d4d8a89990] part of check-in [d4b6406e7f] Add the SQLITE_CHANGESETAPPLY_INVERT flag to sessions. For inverting and applying a changeset in a single step. (check-in: [d4b6406e7f] user: dan branch: trunk, size: 2705)