summaryrefslogtreecommitdiffstats
path: root/Lib/sqlite3/__main__.py
Commit message (Expand)AuthorAgeFilesLines
* [3.12] gh-109151: Revert readline support in the sqlite3 CLI (#110542)Serhiy Storchaka2023-10-091-4/+0
* [3.12] gh-109151: Enable readline in the sqlite3 CLI (GH-109152) (#110352)Miss Islington (bot)2023-10-041-0/+4
* [3.12] gh-108550: Fix sqlite3 CLI regression from gh-108551 (GH-108618) (#108...Miss Islington (bot)2023-08-291-1/+1
* [3.12] gh-108550: Speed up sqlite3 tests (GH-108551) (#108566)Miss Islington (bot)2023-08-281-3/+6
* gh-102628: Fix sqlite3 CLI prompt in IDLE on Windows (#103945)Erlend E. Aasland2023-04-271-1/+4
* gh-102628: Fix sqlite3 CLI prompt for Windows console users (#103898)Erlend E. Aasland2023-04-271-1/+2
* gh-95273: Improve sqlite3.complete_statement docs (#95840)Erlend E. Aasland2022-08-111-0/+23
* gh-77617: Add sqlite3 command-line interface (#95026)Erlend Egeberg Aasland2022-08-011-0/+97