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 ghaering
Recipients ghaering, loewis, rhettinger
Date 2009-02-03.08:39:30
SpamBayes Score 0.00024083132
Marked as misclassified No
Message-id <1233650372.08.0.160558350418.issue5134@psf.upfronthosting.co.za>
In-reply-to
Content
This is a known issue with SQLite. It's not as bad as it looks at first
sight, though.

http://www.sqlite.org/faq.html#q17

"""
(17) I get hundreds of compiler warnings when I compile SQLite. Isn't
this a problem? Doesn't it indicate poor code quality?

Quality assurance in SQLite is done using full-coverage testing, not by
compiler warnings or other static code analysis tools. [...]
"""
History
Date User Action Args
2009-02-03 08:39:32ghaeringsetrecipients: + ghaering, loewis, rhettinger
2009-02-03 08:39:32ghaeringsetmessageid: <1233650372.08.0.160558350418.issue5134@psf.upfronthosting.co.za>
2009-02-03 08:39:30ghaeringlinkissue5134 messages
2009-02-03 08:39:30ghaeringcreate