-
-
Notifications
You must be signed in to change notification settings - Fork 30.7k
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
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
added a commit
to serhiy-storchaka/cpython
that referenced
this issue
Sep 8, 2023
serhiy-storchaka
added a commit
that referenced
this issue
Oct 4, 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
serhiy-storchaka
added a commit
to serhiy-storchaka/cpython
that referenced
this issue
Oct 9, 2023
…ythonGH-109152) (python#110352)" This reverts commit bc1fe35.
serhiy-storchaka
added a commit
to serhiy-storchaka/cpython
that referenced
this issue
Oct 9, 2023
…ythonGH-109152) (python#110352)" This reverts commit bc1fe35.
Glyphack
pushed a commit
to Glyphack/cpython
that referenced
this issue
Sep 2, 2024
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
Feature or enhancement
runs a REPL which supports editing, moving with arrow keys, history, etc. But
do not supports this.
The
sqlite3
module should do the same what thecode
module does.Linked PRs
The text was updated successfully, but these errors were encountered: