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 feuermurmel, ghaering
Date 2010-07-19.12:24:13
SpamBayes Score 0.031372886
Marked as misclassified No
Message-id <1279542256.27.0.787821132128.issue9303@psf.upfronthosting.co.za>
In-reply-to
Content
Yes, the sqlite module uses the old API, and is written to work with older SQLite releases and their respective bugs as well.

Using the new API will mean requiring newer SQLite releases.

If we do this, then this is the chance to remove all the obscure backwards compatibility code with older SQLite releases.
History
Date User Action Args
2010-07-19 12:24:16ghaeringsetrecipients: + ghaering, feuermurmel
2010-07-19 12:24:16ghaeringsetmessageid: <1279542256.27.0.787821132128.issue9303@psf.upfronthosting.co.za>
2010-07-19 12:24:14ghaeringlinkissue9303 messages
2010-07-19 12:24:13ghaeringcreate