Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History of ext/session/sessionwor.test
2019-01-07
| ||
15:57 | For SQLITE_ENABLE_PREUPDATE_HOOK builds, disable the optimization for a REPLACE command on a WITHOUT ROWID table with no indexes, triggers or foreign key constraints that causes SQLite to clobber any existing row without separately checking for it. This optimization causes SQLite to omit the expected pre-update-hook callbacks. file: [67b5ab91] check-in: [6281ef97] user: dan branch: trunk, size: 2128 | |
2018-11-07
| ||
02:17 | Add the SQLITE_DEFAULT_DEFENSIVE compile-time option. Fix up test cases so that they work with DEFENSIVE enabled. file: [07f0b304] check-in: [3212733c] user: drh branch: read-only-shadow, size: 1273 | |
2017-01-30
| ||
19:44 | Experimental change to invoke the preupdate hook when WITHOUT ROWID tables are written. file: [2f374423] check-in: [856f8604] user: dan branch: preupdate-without-rowid, size: 1274 Added | |