We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Dot commands with trailing spaces are mistaken for multi-line sqlite3 statements.
$ python -m sqlite3↵ sqlite> .version↵ 3.49.1 sqlite> .version␣↵ ... ↵ ... ↵
3.14
Linux
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