SQLite

Check-in [51068dbaea]
Login

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

Overview
Comment:Experimentally add the SQLite expert functionality to the shell tool.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | expert-in-shell
Files: files | file ages | folders
SHA3-256: 51068dbaeaef13bb80af8126b8c4f3a454dee63de5127d706db50bf789533e60
User & Date: dan 2017-12-19 17:42:13.030
Context
2017-12-21
02:17
Add the experimental ".expert" command to the sqlite3.exe shell. (check-in: 0821bae7af user: drh tags: trunk)
2017-12-19
17:42
Experimentally add the SQLite expert functionality to the shell tool. (Closed-Leaf check-in: 51068dbaea user: dan tags: expert-in-shell)
2017-12-16
19:36
Add the sqlite3_vtab_collation() function, which allows an xBestIndex callback to determine the collation sequence that SQLite will use for a comparison. And the SQLITE_DBCONFIG_FULL_EQP configuration option, which enhances the output of "EXPLAIN QUERY PLAN" so that it includes statements run by triggers. And the code for the sqlite3_expert extension and command line application. (check-in: 4c782c9502 user: dan tags: trunk)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to ext/expert/expert1.test.
Changes to main.mk.
Changes to src/shell.c.in.
Changes to test/tester.tcl.