Closed
Description
Bug report
Bug description:
Dot commands with trailing spaces are mistaken for multi-line sqlite3 statements.
$ python -m sqlite3↵
sqlite> .version↵
3.49.1
sqlite> .version␣↵
... ↵
... ↵
CPython versions tested on:
3.14
Operating systems tested on:
Linux
Linked PRs
- gh-133439: Fix dot commands with trailing spaces are mistaken for multi-line sqlite statements in the sqlite3 command-line interface #133440
- [3.14] gh-133439: Fix dot commands with trailing spaces are mistaken for multi-line sqlite statements in the sqlite3 command-line interface (GH-133440) #133738
- [3.13] gh-133439: Fix dot commands with trailing spaces are mistaken for multi-line sqlite statements in the sqlite3 command-line interface (GH-133440) #133765
- gh-133439: Fix the error message in the sqlite3 CLI #133807
Metadata
Metadata
Assignees
Projects
Status
Done