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, steve.dower
Date 2021-04-24.23:19:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1619306374.91.0.807299687909.issue43762@roundup.psfhosted.org>
In-reply-to
Content
Good question. sqlite3_load_extension() loads an extension into a database connection, so it would make sense to also pass the connection object. I'd say we do it; it's a small change, and as you say: if we wanted to add it later, we couldn't.

Ref.
- http://www.sqlite.org/c3ref/load_extension.html
History
Date User Action Args
2021-04-24 23:19:34erlendaaslandsetrecipients: + erlendaasland, christian.heimes, berker.peksag, steve.dower
2021-04-24 23:19:34erlendaaslandsetmessageid: <1619306374.91.0.807299687909.issue43762@roundup.psfhosted.org>
2021-04-24 23:19:34erlendaaslandlinkissue43762 messages
2021-04-24 23:19:34erlendaaslandcreate