mirror of
https://github.com/python/cpython.git
synced 2026-03-30 16:41:06 +00:00
gh-133390: sqlite3 CLI completion for tables, columns, indices, triggers, views, functions, schemata (GH-136101)
This commit is contained in:
parent
5d2edf72d2
commit
161b3064ef
5 changed files with 202 additions and 15 deletions
|
|
@ -498,6 +498,9 @@ sqlite3
|
|||
details.
|
||||
(Contributed by Stan Ulbrych and Łukasz Langa in :gh:`133461`.)
|
||||
|
||||
* Table, index, trigger, view, column, function, and schema completion on <tab>.
|
||||
(Contributed by Long Tan in :gh:`136101`.)
|
||||
|
||||
|
||||
ssl
|
||||
---
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue