SQLite

Check-in [6445519e91]
Login

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

Overview
Comment:Clean up comments and variable names prior to merge.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | is-true-operator
Files: files | file ages | folders
SHA3-256: 6445519e91c4f98b4a9a45d5091d733c31497ebf0eb23a76edce3091f626035d
User & Date: drh 2018-02-27 14:49:25.328
Context
2018-02-27
15:40
Add support for TRUE and FALSE keywords and for operators IS TRUE, IS FALSE, IS NOT TRUE, and IS NOT FALSE. If there is are columns named TRUE or FALSE, then the keywords resolve to the column names, for compatibility. The behavior of the "DEFAULT true" phrase is changed to mean what it says, rather than being an alias for "DEFAULT 'true'". (check-in: 9a7f02c50e user: drh tags: trunk)
14:49
Clean up comments and variable names prior to merge. (Closed-Leaf check-in: 6445519e91 user: drh tags: is-true-operator)
00:58
Remove an unnecessary decision. (check-in: adcb466549 user: drh tags: is-true-operator)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to src/expr.c.
Changes to src/parse.y.
Changes to src/sqliteInt.h.
Changes to src/treeview.c.
Changes to src/vdbe.c.