index
:
sqlite
master
sqlite mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
misc
/
completion.c
Commit message (
Expand
)
Author
Age
*
Extend the refactoring into extensions. Clean up stray newlines.
drh
2020-06-19
*
Create the "trusted_schema" pragma. Add sqlite3_vtab_config() calls to set
drh
2020-01-07
*
Initial code to make shadow tables read-only to ordinary SQL. The now
drh
2018-11-05
*
Fix various harmless warnings generated by static analysis tools.
drh
2018-08-21
*
Add new interfaces for accessing the list of SQL keywords:
drh
2018-04-25
*
Add the new DO and NOTHING keywords to the keyword lists maintained
drh
2018-04-25
*
Enhance the command-line completion extension to return the names of
drh
2018-03-19
*
Fix harmless compiler warnings in the core.
drh
2017-07-11
*
Add support for tab-completion (using the ext/misc/completion.c virtual table)
drh
2017-07-11
*
Add the "phase" output column on the COMPLETION table-valued function, for
drh
2017-07-11
*
The COMPLETION virtual table now looks at the names of databases, tables,
drh
2017-07-11
*
Incomplete implementation of the COMPLETION table-valued function. So far it
drh
2017-07-11