[issue35360] Update SQLite to 3.26 in Windows and macOS installer builds

2019-06-17 Thread Ma Lin
Change by Ma Lin : -- pull_requests: +14018 pull_request: https://github.com/python/cpython/pull/14180 ___ Python tracker ___ ___

[issue35360] Update SQLite to 3.26 in Windows and macOS installer builds

2019-06-17 Thread Ma Lin
Change by Ma Lin : -- keywords: +patch pull_requests: +14017 stage: -> patch review pull_request: https://github.com/python/cpython/pull/14179 ___ Python tracker ___

[issue35360] Update SQLite to 3.26 in Windows and macOS installer builds

2019-06-17 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- nosy: +berker.peksag ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue35360] Update SQLite to 3.26 in Windows and macOS installer builds

2019-06-17 Thread Steve Dower
Steve Dower added the comment: I just pushed sources with tag sqlite-3.28.0.0, so now anybody should be able to submit a CPython PR for it. -- ___ Python tracker ___

[issue35360] Update SQLite to 3.26 in Windows and macOS installer builds

2019-06-17 Thread Big Stone
Big Stone added the comment: on my test cases, sqlite_bro and baresql, db.py , it works without problems. -- ___ Python tracker ___

[issue35360] Update SQLite to 3.26 in Windows and macOS installer builds

2019-06-17 Thread Steve Dower
Steve Dower added the comment: Has anyone tried building with the newer SQLite and confirmed that the tests and any scenarios they use still work? We don't currently have a SQLite expert to do these kinds of things. -- ___ Python tracker

[issue35360] Update SQLite to 3.26 in Windows and macOS installer builds

2019-06-15 Thread Big Stone
Big Stone added the comment: any hope for beta2 ? -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue35360] Update SQLite to 3.26 in Windows and macOS installer builds

2019-05-25 Thread Ma Lin
Ma Lin added the comment: @Mariatta Wijaya, would you update SQLite? I want to do it myself, by following your patch in issue28791. But I find I have to commit SQLite's source code to https://github.com/python/cpython-source-deps, so I think this should be done by a core developer.

[issue35360] Update SQLite to 3.26 in Windows and macOS installer builds

2019-05-25 Thread Big Stone
Big Stone added the comment: any hope to have a SQLite refresh in Python-3.8.0b1 for Windows/Mac ? It's generally the ideal / less annoying moment to do so. -- ___ Python tracker

[issue35360] Update SQLite to 3.26 in Windows and macOS installer builds

2019-04-27 Thread Big Stone
Big Stone added the comment: sqlite-3.28.0 now available, with extended window functio support: EXCLUDE clause, GROUPS frame types, window chaining, and support for " PRECEDING" and " FOLLOWING" boundaries in RANGE frames. -- nosy: +Big Stone ___

[issue35360] Update SQLite to 3.26 in Windows and macOS installer builds

2019-02-27 Thread Manuel Cerón
Change by Manuel Cerón : -- nosy: +ceronman ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue35360] Update SQLite to 3.26 in Windows and macOS installer builds

2018-12-20 Thread Ned Deily
Ned Deily added the comment: We should look at doing this for the next set of maintenance updates. This doesn't appear to be critical enough to delay current releases unless someone can show how this exploit could be used in a typical Python application. -- components: +macOS nosy: