-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
sqlite3 CLI does not recognize dot commands with trailing spaces #133439
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
Labels
Comments
tanloong
added a commit
to tanloong/cpython
that referenced
this issue
May 5, 2025
…ized in sqlite3 CLI
Does the sqlite3 cli (not python one) ignore trailing whitespaces? |
Trailing whitespaces for dot commands are also ignored, although leading ones are not.
|
tanloong
added a commit
to tanloong/cpython
that referenced
this issue
May 9, 2025
…ized in sqlite3 CLI
serhiy-storchaka
pushed a commit
that referenced
this issue
May 9, 2025
…ti-line sqlite statements in the sqlite3 command-line interface (GH-133440)
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
May 9, 2025
…or multi-line sqlite statements in the sqlite3 command-line interface (pythonGH-133440) (cherry picked from commit ebd4881) Co-authored-by: Tan Long <tanloong@foxmail.com>
serhiy-storchaka
pushed a commit
that referenced
this issue
May 9, 2025
tanloong
added a commit
to tanloong/cpython
that referenced
this issue
May 9, 2025
…or multi-line sqlite statements in the sqlite3 command-line interface (pythonGH-133440) (cherry picked from commit ebd4881)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Uh oh!
There was an error while loading. Please reload this page.
Bug report
Bug description:
Dot commands with trailing spaces are mistaken for multi-line sqlite3 statements.
CPython versions tested on:
3.14
Operating systems tested on:
Linux
Linked PRs
The text was updated successfully, but these errors were encountered: