SQLite

Check-in [56ef98a047]
Login

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

Overview
Comment:Simplifications to error message processing. Fix a possible problem in error message formatting when vacuuming a database with a corrupt schema.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 56ef98a04765c34c1c2f3ed7a6f03a732f3b886e
User & Date: drh 2015-05-15 04:13:15.980
Context
2015-05-15
19:59
Do not assume that "col IS ?" matches at most a single row of a UNIQUE column unless the column is also NOT NULL. (check-in: e038ce8955 user: dan tags: trunk)
04:13
Simplifications to error message processing. Fix a possible problem in error message formatting when vacuuming a database with a corrupt schema. (check-in: 56ef98a047 user: drh tags: trunk)
2015-05-14
15:39
Increase the version number to 3.8.11. Upgrade autoconf from 2.62 to 2.69. (check-in: be438d049d user: drh tags: trunk)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to src/malloc.c.
Changes to src/prepare.c.
Changes to src/printf.c.
Changes to src/sqliteInt.h.
Changes to src/tokenize.c.
Changes to src/vdbe.c.
Changes to src/vdbeInt.h.
Changes to src/vdbeaux.c.
Changes to test/misc4.test.