Skip to content

Add support for sqlite3 extension loading #107

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

disarticulate
Copy link

Run-Time Loadable Extensions

I'm not sure what the universe is for needing this, but it allows various things like Spatialite to function at run-time with extensions.

[Run-Time Loadable Extensions](https://www.sqlite.org/loadext.html)

I'm not sure what the universe is for needing this, but it allows various things like [Spatialite](http://www.gaia-gis.it/gaia-sins/) to function at run-time with extensions.
@tianon
Copy link
Member

tianon commented May 9, 2016

It's enabled in Debian's python3.5 package (https://sources.debian.net/src/python3.5/3.5.1-12/debian/rules/#L318), so I'm +1.

I think it will definitely need to be added consistently to all the variants of 3.5, and likely should be considered for all the 3.x series. Would this apply to 2.7 as well?

@tianon
Copy link
Member

tianon commented May 9, 2016

Debian doesn't apply it on 2.7 (https://sources.debian.net/src/python2.7/2.7.11-8/debian/rules/#L305-L311), so it's likely not available that far back, but I think it does make sense for other versions in the 3.x series.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants