Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History for ext/session/sessionat.test
2023-03-08
| ||
18:03 | [00c8badb35] 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: 8980) | |
2022-12-13
| ||
14:59 | [46fd847f6e] part of check-in [a7b404f21f] Add extra test cases for applying sessions module changesets to databases that have been modified using "ALTER TABLE .. ADD COLUMN". (check-in: [a7b404f21f] user: dan branch: trunk, size: 8908) | |
2021-10-01
| ||
20:39 | [52993535f1] part of check-in [2f7c946c5f] Change things so that SQLITE_OMIT_VIRTUALTABLE implies SQLITE_OMIT_ALTER_TABLE. (check-in: [2f7c946c5f] user: dan branch: trunk, size: 7493) | |
2018-01-17
| ||
17:38 | [efe88965e7] 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: 7388) | |
2017-06-17
| ||
16:39 | [feb7d22b31] part of check-in [603838fc9a] Add extra test cases for sqlite3changeset_apply() and ALTER TABLE ADD COLUMN. (check-in: [603838fc9a] user: dan branch: trunk, size: 7315) | |
2017-02-04
| ||
17:33 | Added: [b25d61d663] part of check-in [b20ff81ff9] Allow sqlite3session_apply() to apply changesets to tables that have been extended using ALTER TABLE ADD COLUMN. (check-in: [b20ff81ff9] user: dan branch: trunk, size: 6501) | |