FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
gh-133390: Support SQL keyword completion for sqlite3 CLI by tanloong · Pull Request #133393 · python/cpython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
python
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
35.3k
Star
74.9k
Code
Issues
5k+
Pull requests
2.6k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
gh-133390: Support SQL keyword completion for sqlite3 CLI
- #133393
#133393
Merged
erlend-aasland
merged 54 commits into
python:main
python/cpython:main
from
tanloong:sqlite3-cli-completion
tanloong/cpython:sqlite3-cli-completion
Copy head branch name to clipboard
Jun 6, 2025
Conversation
Commits
54
(54)
Checks
Files changed
Merged
gh-133390: Support SQL keyword completion for sqlite3 CLI
#133393
erlend-aasland
merged 54 commits into
python:main
python/cpython:main
from
tanloong:sqlite3-cli-completion
tanloong/cpython:sqlite3-cli-completion
Copy head branch name to clipboard
Commits
Commits on May 10, 2025
Support basic completion for sqlite3 command-line interface
tanloong
committed
1b96be3
View commit details
Copy full SHA for 1b96be3
Browse repository at this point
Add news entry
tanloong
committed
5e50871
View commit details
Copy full SHA for 5e50871
Browse repository at this point
Move completion code to separate module
tanloong
committed
c1941cb
View commit details
Copy full SHA for c1941cb
Browse repository at this point
Update Lib/sqlite3/_completer.py
Show description for 47daca5
tanloong
and
StanFromIreland
committed
47daca5
View commit details
Copy full SHA for 47daca5
Browse repository at this point
Update Doc/whatsnew/3.14.rst
Show description for c54c2f6
tanloong
and
StanFromIreland
committed
c54c2f6
View commit details
Copy full SHA for c54c2f6
Browse repository at this point
Add test
tanloong
committed
8fff491
View commit details
Copy full SHA for 8fff491
Browse repository at this point
Move keyword list to module level
tanloong
committed
a766805
View commit details
Copy full SHA for a766805
Browse repository at this point
Remove whatsnew entry from 3.14
tanloong
committed
da55014
View commit details
Copy full SHA for da55014
Browse repository at this point
Avoid regeneration of candidates. Store them when state is 0 and returns
Show description for ca587e0
tanloong
committed
ca587e0
View commit details
Copy full SHA for ca587e0
Browse repository at this point
Add whatsnew entry to 3.15
tanloong
committed
311b4f3
View commit details
Copy full SHA for 311b4f3
Browse repository at this point
Address Bénédikt's review
tanloong
committed
70f46e9
View commit details
Copy full SHA for 70f46e9
Browse repository at this point
Remove color handling of output; If CI fails might need to add back
tanloong
committed
9d03730
View commit details
Copy full SHA for 9d03730
Browse repository at this point
Fix `run_pty()` doesn't return and test hangs
tanloong
committed
bfcff38
View commit details
Copy full SHA for bfcff38
Browse repository at this point
Revert "Remove color handling of output; If CI fails might need to add back"
Show description for 805d997
tanloong
committed
805d997
View commit details
Copy full SHA for 805d997
Browse repository at this point
Turn off colored-completion-prefix for readline
tanloong
committed
276b4a7
View commit details
Copy full SHA for 276b4a7
Browse repository at this point
No need to pass "NO_COLOR" to `run_pty()`
Show description for 09eeac8
tanloong
committed
09eeac8
View commit details
Copy full SHA for 09eeac8
Browse repository at this point
Flip name
tanloong
committed
fc57d71
View commit details
Copy full SHA for fc57d71
Browse repository at this point
Triggering completion on Ubuntu requires 2 tabs
tanloong
committed
c508069
View commit details
Copy full SHA for c508069
Browse repository at this point
Move KEYWORDS to C
tanloong
committed
231b9e7
View commit details
Copy full SHA for 231b9e7
Browse repository at this point
Improve style of C code
Show description for 121b069
tanloong
committed
121b069
View commit details
Copy full SHA for 121b069
Browse repository at this point
Commits on May 11, 2025
Improve tests
tanloong
committed
90a86cf
View commit details
Copy full SHA for 90a86cf
Browse repository at this point
Commits on May 16, 2025
Address Bénédikt's review
tanloong
committed
5170733
View commit details
Copy full SHA for 5170733
Browse repository at this point
Revert "Improve style of C code"
Show description for b40982a
tanloong
committed
b40982a
View commit details
Copy full SHA for b40982a
Browse repository at this point
Revert "Move KEYWORDS to C"
Show description for 226ea9f
tanloong
committed
226ea9f
View commit details
Copy full SHA for 226ea9f
Browse repository at this point
Read keyword names dynamically
encukou
committed
4eebbd9
View commit details
Copy full SHA for 4eebbd9
Browse repository at this point
Check candidates against KEYWORDS
tanloong
committed
3f9b2c1
View commit details
Copy full SHA for 3f9b2c1
Browse repository at this point
Use slice to get candidates
tanloong
committed
0410fa2
View commit details
Copy full SHA for 0410fa2
Browse repository at this point
Address Bénédikt's review
tanloong
committed
bd0b9ce
View commit details
Copy full SHA for bd0b9ce
Browse repository at this point
Make candidates tuple
tanloong
committed
35a17e7
View commit details
Copy full SHA for 35a17e7
Browse repository at this point
Revert "Revert "Move KEYWORDS to C""
Show description for 3dd16b3
tanloong
committed
3dd16b3
View commit details
Copy full SHA for 3dd16b3
Browse repository at this point
Revert "Revert "Improve style of C code""
Show description for f3ea951
tanloong
committed
f3ea951
View commit details
Copy full SHA for f3ea951
Browse repository at this point
Merge pull request #2 from encukou/sqlite3-cli-completion
Show description for a493ad3
tanloong
authored
a493ad3
View commit details
Copy full SHA for a493ad3
Browse repository at this point
Fix 'KEYWORDS' not found
tanloong
committed
34cfc78
View commit details
Copy full SHA for 34cfc78
Browse repository at this point
Sort keywords before checking the equality
Show description for 477b48b
tanloong
committed
477b48b
View commit details
Copy full SHA for 477b48b
Browse repository at this point
Fix comparing between tuple and list
tanloong
committed
68bb4f3
View commit details
Copy full SHA for 68bb4f3
Browse repository at this point
Fix comparing between tuple and list
tanloong
committed
4c3b122
View commit details
Copy full SHA for 4c3b122
Browse repository at this point
Rename 'test_completion_order' to 'test_completion_for_nothing'
tanloong
committed
4f1221e
View commit details
Copy full SHA for 4f1221e
Browse repository at this point
Commits on May 25, 2025
Don't decrease reference for `PyModule_Add()` and `PyTuple_SetItem()`
tanloong
committed
3865131
View commit details
Copy full SHA for 3865131
Browse repository at this point
Commits on May 29, 2025
Merge branch 'main' into sqlite3-cli-completion
encukou
authored
8d4f659
View commit details
Copy full SHA for 8d4f659
Browse repository at this point
Commits on May 31, 2025
Add @force_not_colorized_test_class
Show description for ccd98a5
tanloong
committed
ccd98a5
View commit details
Copy full SHA for ccd98a5
Browse repository at this point
Commits on Jun 5, 2025
Merge branch 'main' into sqlite3-cli-completion
encukou
authored
d681425
View commit details
Copy full SHA for d681425
Browse repository at this point
Add two '\b\b'; Skip tests on FreeBSD
tanloong
committed
ffd0f02
View commit details
Copy full SHA for ffd0f02
Browse repository at this point
Amend skipping reason
tanloong
committed
6188a6d
View commit details
Copy full SHA for 6188a6d
Browse repository at this point
Remove comment 'set the keyword tuple'
tanloong
committed
370dd8b
View commit details
Copy full SHA for 370dd8b
Browse repository at this point
Disable keyword completion for SQLite<3.24.0
tanloong
committed
16b1674
View commit details
Copy full SHA for 16b1674
Browse repository at this point
Don't disable the whole completion in case there will be more completion
Show description for ea108ba
tanloong
committed
ea108ba
View commit details
Copy full SHA for ea108ba
Browse repository at this point
Use compile-time check
tanloong
committed
13b527e
View commit details
Copy full SHA for 13b527e
Browse repository at this point
Correct #if usage
tanloong
committed
fafd1bb
View commit details
Copy full SHA for fafd1bb
Browse repository at this point
Wrap add_keyword_tuple() definition and its call in #if/#endif
tanloong
committed
140818c
View commit details
Copy full SHA for 140818c
Browse repository at this point
Commits on Jun 6, 2025
Suggestions to python/cpython#133393
erlend-aasland
committed
fd6c89e
View commit details
Copy full SHA for fd6c89e
Browse repository at this point
Merge pull request #3 from erlend-aasland/suggestion
Show description for 588fb6a
tanloong
authored
588fb6a
View commit details
Copy full SHA for 588fb6a
Browse repository at this point
Merge branch 'main' into sqlite3-cli-completion
erlend-aasland
authored
5623f16
View commit details
Copy full SHA for 5623f16
Browse repository at this point
Update Doc/whatsnew/3.15.rst
erlend-aasland
authored
88c8d59
View commit details
Copy full SHA for 88c8d59
Browse repository at this point
Merge branch 'main' into sqlite3-cli-completion
erlend-aasland
authored
b3a2b88
View commit details
Copy full SHA for b3a2b88
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL