SQLite

Check-in [8f63c58632]
Login

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

Overview
Comment:Merge the in the latest enhancements from trunk.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | partial-index-variables
Files: files | file ages | folders
SHA3-256: 8f63c5863231eba7f853f9587b58a81102c31708402fa9962a6e91aa622fad13
User & Date: drh 2017-06-28 18:07:29.453
Context
2017-06-28
18:25
Make the query planners use of partial indexes based on bound variables responsive to the SQLITE_DBCONFIG_ENABLE_QPSG setting. (check-in: a934dd14ac user: drh tags: partial-index-variables)
18:07
Merge the in the latest enhancements from trunk. (check-in: 8f63c58632 user: drh tags: partial-index-variables)
15:17
Fix harmless compiler warnings in the CSV extension. (check-in: f02a54599d user: drh tags: trunk)
2017-06-24
18:10
Consider the values bound to SQL variables when determining whether or not a partial index may be used. (check-in: 7b59c353b8 user: dan tags: partial-index-variables)
Changes
Unified Diff Side-by-Side Diff Patch
Added ext/fts5/test/fts5leftjoin.test.
Changes to ext/misc/csv.c.
Changes to src/alter.c.
Changes to src/btree.c.
Changes to src/build.c.
Changes to src/legacy.c.
Changes to src/main.c.
Changes to src/parse.y.
Changes to src/pragma.h.
Changes to src/prepare.c.
Changes to src/shell.c.
Changes to src/sqlite.h.in.
Changes to src/sqliteInt.h.
Changes to src/tclsqlite.c.
Changes to src/test1.c.
Changes to src/vdbe.c.
Changes to src/vdbeaux.c.
Changes to src/vdbemem.c.
Changes to src/whereexpr.c.
Changes to test/analyze3.test.
Changes to test/fts3join.test.
Changes to test/like.test.
Changes to test/shell1.test.
Changes to test/shell5.test.
Changes to test/tclsqlite.test.
Changes to tool/lemon.c.
Changes to tool/lempar.c.
Changes to tool/mkpragmatab.tcl.