SQLite

Check-in [451e0fafbe]
Login

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

Overview
Comment:Fix the schemalint.tcl script to handle identifiers that require quoting.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | schemalint
Files: files | file ages | folders
SHA1: 451e0fafbe5b7e9c67d9b584d5e16796c3196881
User & Date: dan 2015-11-30 18:17:55.036
Context
2015-11-30
19:16
Add a rule to main.mk to build the schemalint.tcl script into an executable. Similar to the way the sqlite3_analyzer executable is built. (check-in: b8251065db user: dan tags: schemalint)
18:17
Fix the schemalint.tcl script to handle identifiers that require quoting. (check-in: 451e0fafbe user: dan tags: schemalint)
2015-11-23
18:28
In the CREATE INDEX statements output by schemalint.tcl, avoid declaring an explicit collation sequence that is the same as the column's default. (check-in: d3aa067c83 user: dan tags: schemalint)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to src/where.c.
Changes to test/schemalint.test.
Changes to tool/schemalint.tcl.