Skip to content

Prompt text in sqlite3 CLI (new in 3.12) is Linux oriented and doesn't apply to Windows #102628

@Dutcho

Description

@Dutcho

Bug report

The command line command python3.12 -m sqlite3 gives a prompt stating "[...]Type ".help" for more information; type ".quit" or CTRL-D to quit."
But on Windows, the Unixism CTRL-D doesn't work (instead, and after adding ";" and "ENTER", it reports: "OperationalError (SQLITE_ERROR): unrecognized token: "♦"" ); CTRL-Z does work on Windows (but not on Linux, I guess).

Request to clarify the prompt.

Environment

  • CPython: Python 3.12.0a6 (tags/v3.12.0a6:f9774e5, Mar 7 2023, 23:52:43) [MSC v.1934 64 bit (AMD64)]
  • Operating system: MS Windows 3.11 Pro
  • Architecture: Intel i5

Linked PRs

Metadata

Metadata

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions