SQLite

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

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

History for ext/session/sessionwor.test

2021-02-18
12:18
[6fd9a22564] part of check-in [66bbad239b] Ensure that the pre-update hook is invoked for INSERT operations on WITHOUT ROWID tables that use the xfer optimization. (check-in: [66bbad239b] user: dan branch: trunk, size: 2814)
2020-07-29
16:18
[39f8517e94] part of check-in [a80ae2c98b] Dozens and dozens of typo fixes in comments. This change adds no value to the end product and is disruptive, so it is questionable whether or not it will ever land on trunk. (check-in: [a80ae2c98b] user: drh branch: typos, size: 2127)
2019-01-07
15:57
[67b5ab91d4] part of check-in [6281ef974c] 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. (check-in: [6281ef974c] user: dan branch: trunk, size: 2128)
2018-11-07
02:17
[07f0b304dc] 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: 1273)
2017-01-30
19:44
Added: [2f3744236d] part of check-in [856f8604c5] Experimental change to invoke the preupdate hook when WITHOUT ROWID tables are written. (check-in: [856f8604c5] user: dan branch: preupdate-without-rowid, size: 1274)