[issue4995] sqlite3 module gives SQL logic error only in transactions

Antoine Pitrou report at bugs.python.org
Tue Jan 20 12:54:09 CET 2009


Antoine Pitrou <pitrou at free.fr> added the comment:

Well I'm no sqlite expert, but here are the values I get on the 2.6 branch:

>>> sqlite3.apilevel
'2.0'
>>> sqlite3.sqlite_version
'3.6.1'
>>> sqlite3.sqlite_version_info
(3, 6, 1)
>>> sqlite3.version
'2.4.1'
>>> sqlite3.version_info
(2, 4, 1)

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4995>
_______________________________________


More information about the Python-bugs-list mailing list