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.
$ python -m sqlite3↵ sqlite> .version↵ 3.49.1 sqlite> .version␣↵ ... ↵ ... ↵CPython versions tested on:
3.14
Operating systems tested on:
Linux
Linked PRs