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 erlendaasland
Recipients erlendaasland
Date 2020-05-23.16:40:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1590252054.91.0.549618457347.issue40744@roundup.psfhosted.org>
In-reply-to
Content
Currently, we use sqlite3_create_function_v2() without wrapping it in any #ifdefs, so in practise the sqlite3 module will not build against sqlite3 pre 3.7.3. Despite this, we still wrap parts of the code in #ifdefs for versions 3.6.x and older.

Added patch drops support for sqlite3 pre 3.7.3.
History
Date User Action Args
2020-05-23 16:40:54erlendaaslandsetrecipients: + erlendaasland
2020-05-23 16:40:54erlendaaslandsetmessageid: <1590252054.91.0.549618457347.issue40744@roundup.psfhosted.org>
2020-05-23 16:40:54erlendaaslandlinkissue40744 messages
2020-05-23 16:40:54erlendaaslandcreate