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 1723ed2 commit 365ad2aCopy full SHA for 365ad2a
Doc/includes/sqlite3/complete_statement.py
@@ -24,7 +24,7 @@
24
if buffer.lstrip().upper().startswith("SELECT"):
25
print(cur.fetchall())
26
except sqlite3.Error as e:
27
- msg = str(e))
+ msg = str(e)
28
error_code = e.sqlite_errorcode
29
error_name = e.sqlite_name
30
print(f"Error {error_name} [Errno {error_code}]: {msg}")
0 commit comments