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 256fc55 commit 2e20a49Copy full SHA for 2e20a49
Doc/library/sqlite3.rst
@@ -2460,6 +2460,7 @@ Some useful URI tricks include:
2460
>>> con.execute("CREATE TABLE readonly(data)")
2461
Traceback (most recent call last):
2462
OperationalError: attempt to write a readonly database
2463
+ >>> con.close()
2464
2465
* Do not implicitly create a new database file if it does not already exist;
2466
will raise :exc:`~sqlite3.OperationalError` if unable to create a new file:
0 commit comments