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.
1 parent c2ed7f1 commit 7170ad9Copy full SHA for 7170ad9
Lib/sqlite3/__main__.py
@@ -59,7 +59,7 @@ def runsource(self, source, filename="<input>", symbol="single"):
59
if not source or source.isspace():
60
return False
61
if source[0] == ".":
62
- match source[1:].rstrip():
+ match source[1:].strip():
63
case "version":
64
print(sqlite3.sqlite_version)
65
case "help":
0 commit comments