[issue20832] 3.4 cherry-pick: 9459f517d854 Update Windows installer to SQLite from 3.8.1 to 3.8.3.1.

2014-03-06 Thread Larry Hastings
Larry Hastings added the comment: ok. -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mail

[issue20832] 3.4 cherry-pick: 9459f517d854 Update Windows installer to SQLite from 3.8.1 to 3.8.3.1.

2014-03-04 Thread STINNER Victor
Changes by STINNER Victor : -- title: 3.4 cherry-pick: 9459f517d854 Update Windows installer to SQLite 3.8.3.1. -> 3.4 cherry-pick: 9459f517d854 Update Windows installer to SQLite from 3.8.1 to 3.8.3.1. ___ Python tracker

[issue20832] 3.4 cherry-pick: 9459f517d854 Update Windows installer to SQLite 3.8.3.1.

2014-03-04 Thread Martin v . Löwis
Martin v. Löwis added the comment: Victor: I'm not sure whether the bugfix release is necessary. However, if this change is not applied, SQLite would remain at 3.8.1 on Windows (which, in itself, would be fine with me, but updating it was requested in #20465). -- _

[issue20832] 3.4 cherry-pick: 9459f517d854 Update Windows installer to SQLite 3.8.3.1.

2014-03-04 Thread STINNER Victor
Changes by STINNER Victor : -- title: 3.4 cherry-pick: 9459f517d854 -> 3.4 cherry-pick: 9459f517d854 Update Windows installer to SQLite 3.8.3.1. ___ Python tracker ___ _

[issue20832] 3.4 cherry-pick: 9459f517d854

2014-03-04 Thread STINNER Victor
STINNER Victor added the comment: Does the single change of 3.8.3.1 impacts Python on Windows? http://www.sqlite.org/releaselog/3_8_3_1.html "Fix a bug (ticket 4c86b126f2) that causes rows to go missing on some queries with OR clauses and IS NOT NULL operators in the WHERE clause, when the SQL

[issue20832] 3.4 cherry-pick: 9459f517d854

2014-03-02 Thread Martin v . Löwis
New submission from Martin v. Löwis: New changeset 9459f517d854 by Martin v. Löwis in branch 'default': Issue #20465: Update Windows installer to SQLite 3.8.3.1. http://hg.python.org/cpython/rev/9459f517d854 -- assignee: larry messages: 212576 nosy: larry, loewis priority: release blocke