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 ncw
Recipients eric.araujo, ghaering, ncw, pitrou
Date 2010-08-05.09:38:38
SpamBayes Score 0.00806623
Marked as misclassified No
Message-id <1281001121.2.0.714264982402.issue9510@psf.upfronthosting.co.za>
In-reply-to
Content
I think the fact that sqlite may not be using the warnings properly is independent of this problem.  Warnings should be filterable, but if sqlite isn't notifying them properly - that would be a different bug.

BTW I came across this problem when trying to swap out MySQLdb with sqlite3.  The existing code was filtering warnings, that didn't work with sqlite3, hence this bug report!
History
Date User Action Args
2010-08-05 09:38:41ncwsetrecipients: + ncw, ghaering, pitrou, eric.araujo
2010-08-05 09:38:41ncwsetmessageid: <1281001121.2.0.714264982402.issue9510@psf.upfronthosting.co.za>
2010-08-05 09:38:39ncwlinkissue9510 messages
2010-08-05 09:38:39ncwcreate