Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History for ext/session/sessionH.test
2023-05-02
| ||
21:10 | [29a5441c3d] part of check-in [6f22c7679f] Update this branch with latest changes from trunk. (check-in: [6f22c7679f] user: dan branch: begin-concurrent, size: 1925) | |
2023-03-08
| ||
18:03 | [71bbff6b1a] 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: 1925) | |
2021-03-11
| ||
19:08 | [ecabc041e0] part of check-in [eb3101364f] Merge latest trunk changes with this branch. (check-in: [eb3101364f] user: dan branch: begin-concurrent-pnu, size: 1913) | |
2020-02-27
| ||
17:16 | [b17afdbd3b] part of check-in [f71a13d072] 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. (check-in: [f71a13d072] user: dan branch: trunk, size: 1913) | |
2018-11-07
| ||
02:17 | [a417559f29] 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: 959) | |
2018-01-17
| ||
17:38 | Added: [332b60e4c2] part of check-in [09aed13678] Fix a problem causing the sessions module to occasionally lose track of rows with composite primary keys when there are two rows with the same text value in the leftmost column of the PK. (check-in: [09aed13678] user: dan branch: trunk, size: 960) | |