Created on 2016-08-28 11:18 by Big Stone, last changed 2016-09-13 18:18 by Big Stone. This issue is now closed.
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: - web technology, - similar to postgresql, so good to go at schools.
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': Issue #27883: Update sqlite to 3.14.1 on Windows https://hg.python.org/cpython/rev/792e7a8dddb8
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
stage: needs patch -> resolved