SQLite

Check-in [50f336818c]
Login

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

Overview
Comment:Split out some source code into new files: wherecode.c, whereexpr.c, and treeview.c. Other minor refactoring changes.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 50f336818c8509d8b8bde282e9399d2b2b5ea70a
User & Date: drh 2015-06-08 17:40:30.804
Context
2015-06-08
17:42
Fix typo in comment. No changes to code. (check-in: e49c291735 user: mistachkin tags: trunk)
17:40
Split out some source code into new files: wherecode.c, whereexpr.c, and treeview.c. Other minor refactoring changes. (check-in: 50f336818c user: drh tags: trunk)
15:08
Factor out the TreeView parse tree printing module into a separate file. (check-in: c32ce54ca4 user: drh tags: view-optimization)
2015-06-05
20:27
Provide one final Select tree dump prior to WHERE clause analysis when ".selecttrace 0x400" tracing bit is set with SELECTTRACE_ENABLED. Analysis and debug changes only - normal builds are unaffected. (check-in: 283bf0b64d user: drh tags: trunk)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to Makefile.in.
Changes to Makefile.msc.
Changes to main.mk.
Changes to src/expr.c.
Changes to src/printf.c.
Changes to src/select.c.
Changes to src/sqliteInt.h.
Added src/treeview.c.
Changes to src/where.c.
Changes to src/whereInt.h.
Added src/wherecode.c.
Added src/whereexpr.c.
Changes to tool/mksqlite3c.tcl.