[issue27190] Check sqlite3_version before allowing check_same_thread = False

Dave Sawyer report at bugs.python.org
Fri Jun 3 15:15:10 EDT 2016


Dave Sawyer added the comment:

This can go into bugfix branches. In fact, it's most likely to be helpful there because they are more likely to be running with a version of sqlite 10 years old. I use the sqlite3_libversion_number() call because I'm testing against the version of sqlite actually loaded. The SQLITE_VERSION_NUMBER define is set at compile time.

----------
Added file: http://bugs.python.org/file43161/issue27190_patch2.txt

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


More information about the Python-bugs-list mailing list