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 260843d commit 295262cCopy full SHA for 295262c
Doc/library/sqlite3.rst
@@ -2442,6 +2442,7 @@ Some useful URI tricks include:
2442
>>> con.execute("CREATE TABLE readonly(data)")
2443
Traceback (most recent call last):
2444
OperationalError: attempt to write a readonly database
2445
+ >>> con.close()
2446
2447
* Do not implicitly create a new database file if it does not already exist;
2448
will raise :exc:`~sqlite3.OperationalError` if unable to create a new file:
0 commit comments