Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable readline in the sqlite3 CLI #109151

Closed
serhiy-storchaka opened this issue Sep 8, 2023 · 0 comments
Closed

Enable readline in the sqlite3 CLI #109151

serhiy-storchaka opened this issue Sep 8, 2023 · 0 comments
Labels
3.12 bugs and security fixes 3.13 bugs and security fixes topic-sqlite3 type-feature A feature request or enhancement

Comments

@serhiy-storchaka
Copy link
Member

serhiy-storchaka commented Sep 8, 2023

Feature or enhancement

python -m code

runs a REPL which supports editing, moving with arrow keys, history, etc. But

python -m sqlite3

do not supports this.

The sqlite3 module should do the same what the code module does.

Linked PRs

@serhiy-storchaka serhiy-storchaka added the type-feature A feature request or enhancement label Sep 8, 2023
serhiy-storchaka added a commit to serhiy-storchaka/cpython that referenced this issue Sep 8, 2023
@erlend-aasland erlend-aasland moved this to In Progress in sqlite3 issues Sep 8, 2023
@erlend-aasland erlend-aasland added 3.12 bugs and security fixes 3.13 bugs and security fixes labels Sep 8, 2023
miss-islington pushed a commit to miss-islington/cpython that referenced this issue Oct 4, 2023
(cherry picked from commit 254e30c)

Co-authored-by: Serhiy Storchaka <[email protected]>
vstinner pushed a commit that referenced this issue Oct 4, 2023
…0352)

gh-109151: Enable readline in the sqlite3 CLI (GH-109152)
(cherry picked from commit 254e30c)

Co-authored-by: Serhiy Storchaka <[email protected]>
serhiy-storchaka added a commit to serhiy-storchaka/cpython that referenced this issue Oct 9, 2023
serhiy-storchaka added a commit to serhiy-storchaka/cpython that referenced this issue Oct 9, 2023
Oct 9, 2023
Revert "[3.12] gh-109151: Enable readline in the sqlite3 CLI (GH-109152) (#110352)"

This reverts commit bc1fe35.
@github-project-automation github-project-automation bot moved this from In Progress to Done in sqlite3 issues Oct 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.12 bugs and security fixes 3.13 bugs and security fixes topic-sqlite3 type-feature A feature request or enhancement
Projects
Status: Done
Development

No branches or pull requests

3 participants