SQLite: Check-in [940f2adc85] (original) (raw)

Many hyperlinks are disabled.
Use anonymous loginto enable hyperlinks.

Overview

Comment: Add extra defenses against strategically corrupt databases to fts3/4.
Downloads: See separate download page
Timelines: family | ancestors descendants both branch-3.25
Files: files | file ages folders
SHA3-256: 940f2adc8541a838c19ceeb62105074117c906efa0f36610a0d3e8d6f859154f
User & Date: drh2018-11-05 13:43:03.441

Context

| 2018-11-05 | | | | ---------- | | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | 13:48 | | Disable the IS NOT NULL optimization when the IS NOT NULL operator is part of the ON clause of a LEFT JOIN. Fix for ticket [65eb38f6e46de8c75e188a17ec]. (check-in: 8d09ce5d73 ... user: drh tags: branch-3.25) | | 13:43 | | Add extra defenses against strategically corrupt databases to fts3/4. (check-in: 940f2adc85 ... user: drh tags: branch-3.25) | | 13:37 | | Increase the version number to 3.25.3. (check-in: 1250ab8f22 ... user: drh tags: branch-3.25) | | 2018-11-03 | | | | 16:51 | | Add extra defenses against strategically corrupt databases to fts3/4. (check-in: d44318f590 ... user: dan tags: trunk) |

Changes

Changes to ext/fts3/fts3.c.

Changes to ext/fts3/fts3_write.c.

Added test/fts3corrupt4.test.

Changes to test/permutations.test.