8000
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 e139442 commit 563cf60Copy full SHA for 563cf60
Doc/library/sqlite3.rst
@@ -272,9 +272,9 @@ Module functions
272
273
:param float timeout:
274
How many seconds the connection should wait before raising
275
- an exception, if the database is locked by another connection.
276
- If another connection opens a transaction to modify the database,
277
- it will be locked until that transaction is committed.
+ an :exc:`OperationalError` when a table is locked.
+ If another connection opens a transaction to modify a table,
+ that table will be locked until the transaction is committed.
278
Default five seconds.
279
280
:param int detect_types:
0 commit comments