-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
bpo-42584 : Update Windows installer to use SQLite 3.34.0 #23675
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
Conversation
@zooba Would you prefer to update the sources repo yourself, or do you want me to create a PR for the amalgamation sources over there? |
Sorry for my question maybe not 100% related to the PR, but: What I have until now is that I compile from source locally and I'm overwriting a symlink to sqlite3 lib: but the still, in python, when I import sqlite3 module and check the version with sqlite3.sqlite_version, the older one is shown. Do you maybe know, how can I configure sqlite3 to use a lib from different installation path? |
The Windows and macOS installers found on python.org build their own SQLite library.
Try this:
|
I used binary version from here: https://github.com/coleifer/pysqlite3 |
Thanks @erlend-aasland for the PR, and @zooba for merging it 🌮🎉.. I'm working now to backport this PR to: 3.9. |
Sorry @erlend-aasland and @zooba, I had trouble checking out the |
Thanks @erlend-aasland for the PR, and @zooba for merging it 🌮🎉.. I'm working now to backport this PR to: 3.8. |
Sorry, @erlend-aasland and @zooba, I could not cleanly backport this to |
GH-24132 is a backport of this pull request to the 3.9 branch. |
Co-authored-by: Erlend Egeberg Aasland <[email protected]>
GH-24133 is a backport of this pull request to the 3.8 branch. |
Co-authored-by: Erlend Egeberg Aasland <[email protected]>
https://bugs.python.org/issue42584