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 dc3c075 commit e8ce872Copy full SHA for e8ce872
Doc/library/sqlite3.rst
@@ -2420,6 +2420,7 @@ Some useful URI tricks include:
2420
>>> con.execute("CREATE TABLE readonly(data)")
2421
Traceback (most recent call last):
2422
OperationalError: attempt to write a readonly database
2423
+ >>> con.close()
2424
2425
* Do not implicitly create a new database file if it does not already exist;
2426
will raise :exc:`~sqlite3.OperationalError` if unable to create a new file:
0 commit comments