This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Dave Sawyer
Recipients Dave Sawyer, berker.peksag
Date 2016-06-03.19:15:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1464981310.67.0.23094445828.issue27190@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2016-06-03 19:15:10Dave Sawyersetrecipients: + Dave Sawyer, berker.peksag
2016-06-03 19:15:10Dave Sawyersetmessageid: <1464981310.67.0.23094445828.issue27190@psf.upfronthosting.co.za>
2016-06-03 19:15:10Dave Sawyerlinkissue27190 messages
2016-06-03 19:15:10Dave Sawyercreate