SQLite

Check-in [c906739f0c]
Login

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

Overview
Comment:Tab-completion now also works using readline/editline.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | experimental-namelist
Files: files | file ages | folders
SHA3-256: c906739f0c1046b57a8c6d4aa32dbfbb4c59a8d94eb87243bf5135c665492129
User & Date: drh 2017-07-06 20:08:17.868
Context
2017-07-06
22:40
Always load the schema before starting tab-completion. (check-in: 907fd3aab6 user: drh tags: experimental-namelist)
20:08
Tab-completion now also works using readline/editline. (check-in: c906739f0c user: drh tags: experimental-namelist)
19:26
Use the sqlite3_namelist() interface to implement simple tab-completion using linenoise. (check-in: 5cc7b0e2ca user: drh tags: experimental-namelist)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to src/shell.c.