SQLite

Check-in [3f3b0f683a]
Login

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

Overview
Comment:Remove unnecessary parser error count increments. Let the sqlite3ErrorMsg() take care of doing that.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 3f3b0f683af2fbee83811536f6bef770ff919385
User & Date: drh 2015-04-17 18:22:53.635
Context
2015-04-17
18:52
Always resolve symbols in all ORDER BY clauses of a compound-SELECT, even illegal ORDER BY clauses. (check-in: 6c39ef73d5 user: drh tags: trunk)
18:22
Remove unnecessary parser error count increments. Let the sqlite3ErrorMsg() take care of doing that. (check-in: 3f3b0f683a user: drh tags: trunk)
16:12
Remove an ALWAYS() that turns out to be false when there is a semantic error on a compound SELECT. (check-in: ad67a67c03 user: drh tags: trunk)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to src/attach.c.
Changes to src/build.c.
Changes to src/trigger.c.
Changes to test/table.test.