Changes by Rian Hunter :
--
nosy: -rhunter
___
Python tracker
<http://bugs.python.org/issue10740>
___
___
Python-bugs-list mailing list
Unsubscribe:
Rian Hunter added the comment:
This bug can also lead to subtle and unintuitive "database is locked" bugs,
even when a large timeout is set on the connection. Many, many people are
affected by this bug (search the web for "python sqlite database is locked").
I
Changes by Rian Hunter :
--
versions: +Python 3.2, Python 3.5, Python 3.6
___
Python tracker
<http://bugs.python.org/issue9924>
___
___
Python-bugs-list mailin
Rian Hunter added the comment:
duplicate of #9924
--
resolution: -> duplicate
status: open -> closed
___
Python tracker
<http://bugs.python.org/i
New submission from Rian Hunter:
When a transaction starts with a SELECT statement this can invoke a "database
is locked" error if the SELECT statement is not exhausted or explicitly closed.
This can lead to subtle "database is locked" bugs, even when a large timeout is
s
Rian Hunter added the comment:
@mike Yes you're right, This bug report is different, my mistake.
DB-API may require implicit transactions but pysqlite should open a transaction
before *any* non-DDL statement, including "SELECT", not just DML statements.
Currently one must is
Changes by Rian Hunter :
Added file: http://bugs.python.org/file42251/test_sqlite.py
___
Python tracker
<http://bugs.python.org/issue10740>
___
___
Python-bugs-list mailin
Changes by Rian Hunter :
Removed file: http://bugs.python.org/file42250/test_sqlite.py
___
Python tracker
<http://bugs.python.org/issue10740>
___
___
Python-bugs-list m
Changes by Rian Hunter :
Added file: http://bugs.python.org/file42250/test_sqlite.py
___
Python tracker
<http://bugs.python.org/issue10740>
___
___
Python-bugs-list mailin
Changes by Rian Hunter :
Removed file: http://bugs.python.org/file42249/test_sqlite.py
___
Python tracker
<http://bugs.python.org/issue10740>
___
___
Python-bugs-list m
Rian Hunter added the comment:
Implicit transactions can also cause mysterious "database is locked" bugs, even
when a large timeout is set on the connection. Many, many people are affected
by this bug (search the web for "python sqlite database is locked").
The attached co
11 matches
Mail list logo