SQLite

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

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

History for ext/session/sessionstat1.test

2024-02-19
16:22
[5e718d5888] part of check-in [e147b18991] If a table has one or more rows and it has a partial index has zero rows, still make an entry in the sqlite_stat1 table for the partial index, so that we know that "PRAGMA optimize" does not need to redo the whole table. (check-in: [e147b18991] user: drh branch: better-pragma-optimize, size: 7138)
2023-03-08
18:03
[b039e38e2b] 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: 7101)
2018-11-07
02:17
[218d351cf9] 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: 7029)
2018-01-18
16:42
[41cd97c2e4] part of check-in [f05ee74e05] Fix sessions module conflict handling for the sqlite_stat1 table. (check-in: [f05ee74e05] user: dan branch: sessions-stat1, size: 7030)
2018-01-17
20:57
[16268a9bf6] part of check-in [25bf734be1] Fix a problem in the sessions module with logging sqlite_stat1 rows for which (idx IS NULL) is true. (check-in: [25bf734be1] user: dan branch: sessions-stat1, size: 5145)
2018-01-12
19:20
[e3a3f5876c] part of check-in [874285e477] Fix error handling in sqlite3session_diff() when it is invoked for table "sqlite_stat1". (check-in: [874285e477] user: dan branch: trunk, size: 2820)
16:44
Added: [a361997e6e] part of check-in [bd46c44296] Experimental change to include changes made to the sqlite_stat1 table in changesets generated by the sessions module. sqlite_stat1 entries in such changesets are ignored by legacy clients. (check-in: [bd46c44296] user: dan branch: sessions-stat1, size: 2820)