Add support for sqlite3 extension loading#107
Closed
disarticulate wants to merge 1 commit intodocker-library:masterfrom
Closed
Add support for sqlite3 extension loading#107disarticulate wants to merge 1 commit intodocker-library:masterfrom
disarticulate wants to merge 1 commit intodocker-library:masterfrom
Conversation
[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.
Member
|
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? |
Member
|
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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.