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 berker.peksag, christian.heimes, erlendaasland
Date 2021-04-07.12:29:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1617798587.93.0.0477791974675.issue43763@roundup.psfhosted.org>
In-reply-to
Content
> We could add an optional argument for also enabling the SQL function.

Actually, using sqlite3_db_config(SQLITE_DBCONFIG_ENABLE_LOAD_EXTENSION, ...) can only enable the C API, not the SQL API, so adding an optional argument to sqlite3.enable_load_extension() makes no sense.
History
Date User Action Args
2021-04-07 12:29:47erlendaaslandsetrecipients: + erlendaasland, christian.heimes, berker.peksag
2021-04-07 12:29:47erlendaaslandsetmessageid: <1617798587.93.0.0477791974675.issue43763@roundup.psfhosted.org>
2021-04-07 12:29:47erlendaaslandlinkissue43763 messages
2021-04-07 12:29:47erlendaaslandcreate