Skip to content
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

Update sqlite version for Windows build #72070

Closed
BigStone mannequin opened this issue Aug 28, 2016 · 7 comments
Closed

Update sqlite version for Windows build #72070

BigStone mannequin opened this issue Aug 28, 2016 · 7 comments
Labels
OS-windows type-feature A feature request or enhancement

Comments

@BigStone
Copy link
Mannequin

BigStone mannequin commented Aug 28, 2016

BPO 27883
Nosy @pfmoore, @tjguk, @zware, @zooba

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:

assignee = None
closed_at = <Date 2016-09-05.19:36:04.917>
created_at = <Date 2016-08-28.11:18:09.649>
labels = ['type-feature', 'OS-windows']
title = 'Update sqlite version for Windows build'
updated_at = <Date 2016-09-13.18:18:04.149>
user = 'https://bugs.python.org/BigStone'

bugs.python.org fields:

activity = <Date 2016-09-13.18:18:04.149>
actor = 'Big Stone'
assignee = 'none'
closed = True
closed_date = <Date 2016-09-05.19:36:04.917>
closer = 'zach.ware'
components = ['Windows']
creation = <Date 2016-08-28.11:18:09.649>
creator = 'Big Stone'
dependencies = []
files = []
hgrepos = []
issue_num = 27883
keywords = []
message_count = 7.0
messages = ['273821', '273823', '274285', '274424', '274425', '274427', '276316']
nosy_count = 6.0
nosy_names = ['paul.moore', 'tim.golden', 'python-dev', 'zach.ware', 'steve.dower', 'Big Stone']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = 'resolved'
status = 'closed'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue27883'
versions = ['Python 3.6']

@BigStone
Copy link
Mannequin Author

BigStone mannequin commented Aug 28, 2016

Sqlite-3.14.1 includes a lot of fixes since sqlite-38.11, including some for windows ;-) . it would be nice to upgrade

@BigStone BigStone mannequin added OS-windows type-feature A feature request or enhancement labels Aug 28, 2016
@BigStone
Copy link
Mannequin Author

BigStone mannequin commented Aug 28, 2016

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:

  • web technology,
  • similar to postgresql, so good to go at schools.

@zware
Copy link
Member

zware commented Sep 3, 2016

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.

@zware zware changed the title sqlite-3.14.1 for Python_3.6.0b1 ? Update sqlite version for Windows build Sep 3, 2016
@python-dev
Copy link
Mannequin

python-dev mannequin commented Sep 5, 2016

New changeset 792e7a8dddb8 by Zachary Ware in branch 'default':
Issue bpo-27883: Update sqlite to 3.14.1 on Windows
https://hg.python.org/cpython/rev/792e7a8dddb8

@zware
Copy link
Member

zware commented Sep 5, 2016

Updated. I don't know what extensions are or are not included, please open additional issue(s) if something should be added or removed.

@zware zware closed this as completed Sep 5, 2016
@BigStone
Copy link
Mannequin Author

BigStone mannequin commented Sep 5, 2016

thanks! I suppose I have to wait official python3.6b1 for windows to tell you what you included.

@BigStone
Copy link
Mannequin Author

BigStone mannequin commented Sep 13, 2016

well, json extension is not included in 3.6.0b1 . not a drama, yet a small deception

@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OS-windows type-feature A feature request or enhancement
Projects
None yet
Development

No branches or pull requests

1 participant