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 ned.deily
Recipients ghaering, larry, loewis, ned.deily, python-dev
Date 2014-03-01.22:21:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1393712495.37.0.325401692902.issue20465@psf.upfronthosting.co.za>
In-reply-to
Content
"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."

http://www.sqlite.org/releaselog/3_8_3_1.html

We don't use those compile-time options for the OS X build, so, if this is the only meaningful bug, it may be a no-op.  The tests pass before and after.  Still, it's probably better to update now.  I've opened Issue20818 as a cherry pick request for 3.4.0.
History
Date User Action Args
2014-03-01 22:21:35ned.deilysetrecipients: + ned.deily, loewis, ghaering, larry, python-dev
2014-03-01 22:21:35ned.deilysetmessageid: <1393712495.37.0.325401692902.issue20465@psf.upfronthosting.co.za>
2014-03-01 22:21:35ned.deilylinkissue20465 messages
2014-03-01 22:21:34ned.deilycreate