-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
gh-77617: Add interactive shell for sqlite3 #95026
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
Conversation
@rhettinger, would you mind reviewing this? |
… and making it a note
Putting this PR on hold until the |
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
The |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
This reverts commit 36454ab.
Added tests; plus some adjustments:
PTAL, @serhiy-storchaka and @kumaraditya303 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Thank you for the helpful reviews, Dong-hee, Kumar, and Serhiy. Highly appreciated! |
FTR, I'm going to land this later today. |
Disclaimer: this is based off of an old proof-of-concept branch I had lying around. Take it as it is :)
Resolves gh-77617
TODO: