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 vstinner
Recipients larry, loewis, vstinner
Date 2014-03-04.10:42:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1393929757.01.0.0538683767212.issue20832@psf.upfronthosting.co.za>
In-reply-to
Content
Does the single change of 3.8.3.1 impacts Python on Windows?

http://www.sqlite.org/releaselog/3_8_3_1.html
"Fix a bug (ticket 4c86b126f2) that causes rows to go missing on some queries with OR clauses and IS NOT NULL operators in the WHERE clause, when the SQLITE_ENABLE_STAT3 or SQLITE_ENABLE_STAT4 compile-time options are used."

See also #20818 for the same issue with OS X.
History
Date User Action Args
2014-03-04 10:42:37vstinnersetrecipients: + vstinner, loewis, larry
2014-03-04 10:42:37vstinnersetmessageid: <1393929757.01.0.0538683767212.issue20832@psf.upfronthosting.co.za>
2014-03-04 10:42:36vstinnerlinkissue20832 messages
2014-03-04 10:42:36vstinnercreate