-
-
Notifications
You must be signed in to change notification settings - Fork 30.9k
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
Enable sqlite extensions in the Windows build #95656
Comments
+1 I'll create a patch. As I said on Discourse, I'd like to make it possible to enable extension loading via |
pythonGH-95662) (cherry picked from commit 6a5104f) Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@protonmail.com>
…ws build (pythonGH-95662). (cherry picked from commit 6a5104f) Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@protonmail.com>
Repeating #95662 (comment):
|
lol, I'd forgotten that by installing 3.11b5, it was now my default, so when I checked and it wasn't working I assumed that was normal, rather than a 3.11 regression. Thanks for fixing it, and sorry for misreporting it! |
Feature or enhancement
Enable SQLite extension loading in the Windows build (in the sqlite DLL shipped with Python, and in the stdlib sqlite3 module).
Pitch
At the moment, sqlite extensions are disabled at compile time - see the note in the docs. On Windows, though:
So the reasons for not enabling extension loading don't really apply there, and conversely, people who want to use extensions cannot do so without limiting themselves to custom Python builds.
Previous discussion
See https://discuss.python.org/t/should-we-audit-enabling-loading-of-sqlite3-extensions-shared-libraries/8124/9
The text was updated successfully, but these errors were encountered: