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 pitrou
Recipients eric.araujo, ghaering, ncw, pitrou
Date 2010-08-04.15:20:52
SpamBayes Score 1.2536361e-06
Marked as misclassified No
Message-id <1280935254.42.0.790902944599.issue9510@psf.upfronthosting.co.za>
In-reply-to
Content
On the other hand, the sqlite3 source code uses PyErr_Set*() rather than PyErr_Warn*(), so there's any point in trying to filter the warnings out (it won't work).

Looking at the kind of problems that it is meant to reflect, "Warning" is actually a misnomer, since they are genuine errors (PYSQLITE_TOO_MUCH_SQL, PYSQLITE_SQL_WRONG_TYPE) which you cannot simply ignore.
History
Date User Action Args
2010-08-04 15:20:54pitrousetrecipients: + pitrou, ghaering, ncw, eric.araujo
2010-08-04 15:20:54pitrousetmessageid: <1280935254.42.0.790902944599.issue9510@psf.upfronthosting.co.za>
2010-08-04 15:20:53pitroulinkissue9510 messages
2010-08-04 15:20:52pitroucreate