[issue20465] Upgrade SQLite to 3.8.3 with 3.4.0 Windows and OS X installers

2014-07-10 Thread Berker Peksag

Changes by Berker Peksag berker.pek...@gmail.com:


--
stage: needs patch - resolved

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue20465
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20465] Upgrade SQLite to 3.8.3 with 3.4.0 Windows and OS X installers

2014-03-17 Thread Roundup Robot

Roundup Robot added the comment:

New changeset 7260dffad495 by Ned Deily in branch '3.4':
Issue #20465: Update OS X installer build to use SQLite 3.8.0.1.
http://hg.python.org/cpython/rev/7260dffad495

New changeset 1f922e9742b7 by Ned Deily in branch '3.4':
Issue #20465: fix NEWS typo (it's 3.8.3.1)
http://hg.python.org/cpython/rev/1f922e9742b7

New changeset 9be3bf7b5b8d by Martin v. Löwis in branch '3.4':
Issue #20465: Update Windows installer to SQLite 3.8.3.1.
http://hg.python.org/cpython/rev/9be3bf7b5b8d

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue20465
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20465] Upgrade SQLite to 3.8.3 with 3.4.0 Windows and OS X installers

2014-03-02 Thread Roundup Robot

Roundup Robot added the comment:

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

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue20465
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20465] Upgrade SQLite to 3.8.3 with 3.4.0 Windows and OS X installers

2014-03-02 Thread Martin v . Löwis

Martin v. Löwis added the comment:

Cherry-picking in Issue20832.

--
resolution:  - fixed
status: open - closed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue20465
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20465] Upgrade SQLite to 3.8.3 with 3.4.0 Windows and OS X installers

2014-03-01 Thread Martin v . Löwis

Martin v. Löwis added the comment:

3.8.3 has been superseded by 3.8.3.1.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue20465
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20465] Upgrade SQLite to 3.8.3 with 3.4.0 Windows and OS X installers

2014-03-01 Thread Roundup Robot

Roundup Robot added the comment:

New changeset 5fa3f6d82d61 by Ned Deily in branch 'default':
Issue #20465: Update OS X installer build to use SQLite 3.8.0.1.
http://hg.python.org/cpython/rev/5fa3f6d82d61

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue20465
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20465] Upgrade SQLite to 3.8.3 with 3.4.0 Windows and OS X installers

2014-03-01 Thread Roundup Robot

Roundup Robot added the comment:

New changeset a8470f88e7b4 by Ned Deily in branch 'default':
Issue #20465: fix NEWS typo (it's 3.8.3.1)
http://hg.python.org/cpython/rev/a8470f88e7b4

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue20465
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20465] Upgrade SQLite to 3.8.3 with 3.4.0 Windows and OS X installers

2014-03-01 Thread Ned Deily

Ned Deily added the comment:

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 
SQLITE_ENABLE_STAT3 or SQLITE_ENABLE_STAT4 compile-time options are used.

http://www.sqlite.org/releaselog/3_8_3_1.html

We don't use those compile-time options for the OS X build, so, if this is the 
only meaningful bug, it may be a no-op.  The tests pass before and after.  
Still, it's probably better to update now.  I've opened Issue20818 as a cherry 
pick request for 3.4.0.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue20465
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20465] Upgrade SQLite to 3.8.3 with 3.4.0 Windows and OS X installers

2014-02-04 Thread Roundup Robot

Roundup Robot added the comment:

New changeset 32af4954e46a by Ned Deily in branch 'default':
Issue #20465: Update SQLite shipped with OS X installer to 3.8.3.
http://hg.python.org/cpython/rev/32af4954e46a

--
nosy: +python-dev

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue20465
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20465] Upgrade SQLite to 3.8.3 with 3.4.0 Windows and OS X installers

2014-02-04 Thread Ned Deily

Ned Deily added the comment:

With the consent of the release manager, the SQLite library to be shipped with 
the OS X installers for 3.4.0 has been updated to 3.8.3.

Assigning to MvL for the Windows installers.

--
assignee:  - loewis

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue20465
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20465] Upgrade SQLite to 3.8.3 with 3.4.0 Windows and OS X installers

2014-02-04 Thread Larry Hastings

Larry Hastings added the comment:

I assumed that you guys took responsibility for the binary installers, and the 
decision was up to you.  But I'm happy to take ultimate responsibility for the 
decision to ship SQLite 3.8.3 with 3.4 if that's what policy demands, and yes I 
give it my blessing.

According to the release notes:
http://www.sqlite.org/draft/changes.html
there are two new constants: SQLITE_DETERMINISTIC and SQLITE_READONLY_DBMOVED.  
It looks like there's no point in adding these int constants to the module, as 
the latter is an error (and those never escape the module) and the former is a 
flag to creating a function (and there's no exposed means to pass in flags 
here).

Do we need to do anything to support additional features in 3.8.3, like this 
SQLITE_DETERMINISTIC flag?

Roping in ghaering, the sqlite expert from the list.

--
nosy: +ghaering

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue20465
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20465] Upgrade SQLite to 3.8.3 with 3.4.0 Windows and OS X installers

2014-02-04 Thread Ned Deily

Ned Deily added the comment:

Larry, I thought we had agreed on everything in email so I wasn't expecting any 
further pronouncements from you, just documenting that post feature cutoff 
decision.  I think we're good to go.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue20465
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20465] Upgrade SQLite to 3.8.3 with 3.4.0 Windows and OS X installers

2014-02-04 Thread Larry Hastings

Larry Hastings added the comment:

Ned, yeah I recall the discussion, and I didn't think you needed a further 
pronouncement from me.  I was just saying, I'm not sure you *ever* needed a 
pronouncement from me. ;-)

Everything's perfectly alright now. We're fine... we're all fine here now. 
Thank you. How are you?

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue20465
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20465] Upgrade SQLite to 3.8.3 with 3.4.0 Windows and OS X installers

2014-01-31 Thread Ned Deily

New submission from Ned Deily:

The SQLite project has requested that we consider shipping SQLite version 3.8.3 
with the Windows and OS X binary installers for Python 3.4.0, primarily to make 
available support for the new Common Table Expressions feature.  3.8.3 is 
expected to be officially released 2014-02-03.

--
components: Build
messages: 209830
nosy: larry, loewis, ned.deily
priority: release blocker
severity: normal
stage: needs patch
status: open
title: Upgrade SQLite to 3.8.3 with 3.4.0 Windows and OS X installers
versions: Python 3.4

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue20465
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com