-
-
Notifications
You must be signed in to change notification settings - Fork 31.7k
Update sqlite version for Windows build #72070
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
Comments
Sqlite-3.14.1 includes a lot of fixes since sqlite-38.11, including some for windows ;-) . it would be nice to upgrade |
remark: since sqlite 3.11.0, sqlite.org default sqlite3.dll includes FTS3, FTS5, RTREE, DBSTAT, JSON1, and RBU extensions, causing sqlite3.dll to jump to 1646Ko size instead of 756Ko current (windows 64). This works well over Python3.5.2 64 bit, but you may prefer a version with not all these extensions. I don't know the respective size of each one. the JSON1 extension would be nice if we can keep it:
|
I agree, we should update our sqlite version. I'll try to get to this next week, but it shouldn't be a big deal if it misses beta 1 since it's not a new feature. |
New changeset 792e7a8dddb8 by Zachary Ware in branch 'default': |
Updated. I don't know what extensions are or are not included, please open additional issue(s) if something should be added or removed. |
thanks! I suppose I have to wait official python3.6b1 for windows to tell you what you included. |
well, json extension is not included in 3.6.0b1 . not a drama, yet a small deception |
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: