Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Add the "PRAGMA cell_size_check=ON" command. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | cell-size-check-pragma |
Files: | files | file ages | folders |
SHA1: |
2ead43f074d01312c7642e1df9abccc9 |
User & Date: | drh 2015-05-27 03:46:18.035 |
Context
2015-05-27
| ||
15:10 | Disallow the use of "rowid" in CTEs - it has never worked correctly and it makes no sense, so we might as well make it an explicit error. Also: add the PRAGMA cell_size_check=ON command. (check-in: 19e2cebc12 user: drh tags: trunk) | |
03:46 | Add the "PRAGMA cell_size_check=ON" command. (Closed-Leaf check-in: 2ead43f074 user: drh tags: cell-size-check-pragma) | |
2015-05-26
| ||
20:31 | Avoid a buffer overread when comparing against a corrupt record that spans at least one overflow page. (check-in: 62a5b3633a user: dan tags: trunk) | |
Changes
Changes to Makefile.in.
Changes to main.mk.
Changes to src/btree.c.
Changes to src/main.c.
Changes to src/pragma.h.
Changes to src/sqliteInt.h.
Changes to test/fuzzcheck.c.
Changes to tool/mkpragmatab.tcl.