Skip to content

Comments

Add support for sqlite3 extension loading#107

Closed
disarticulate wants to merge 1 commit intodocker-library:masterfrom
disarticulate:patch-1
Closed

Add support for sqlite3 extension loading#107
disarticulate wants to merge 1 commit intodocker-library:masterfrom
disarticulate:patch-1

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