This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
Created on 2014年01月31日 20:57 by ned.deily, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Messages (13) | |||
|---|---|---|---|
| msg209830 - (view) | Author: Ned Deily (ned.deily) * (Python committer) | Date: 2014年01月31日 20:57 | |
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日. |
|||
| msg210284 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2014年02月05日 02:45 | |
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 |
|||
| msg210285 - (view) | Author: Ned Deily (ned.deily) * (Python committer) | Date: 2014年02月05日 02:47 | |
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. |
|||
| msg210287 - (view) | Author: Larry Hastings (larry) * (Python committer) | Date: 2014年02月05日 03:06 | |
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. |
|||
| msg210288 - (view) | Author: Ned Deily (ned.deily) * (Python committer) | Date: 2014年02月05日 03:12 | |
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. |
|||
| msg210289 - (view) | Author: Larry Hastings (larry) * (Python committer) | Date: 2014年02月05日 03:23 | |
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? |
|||
| msg212496 - (view) | Author: Martin v. Löwis (loewis) * (Python committer) | Date: 2014年03月01日 11:41 | |
3.8.3 has been superseded by 3.8.3.1. |
|||
| msg212522 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2014年03月01日 22:01 | |
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 |
|||
| msg212523 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2014年03月01日 22:05 | |
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 |
|||
| msg212525 - (view) | Author: Ned Deily (ned.deily) * (Python committer) | Date: 2014年03月01日 22:21 | |
"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. |
|||
| msg212575 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2014年03月02日 18:43 | |
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 |
|||
| msg212577 - (view) | Author: Martin v. Löwis (loewis) * (Python committer) | Date: 2014年03月02日 18:45 | |
Cherry-picking in Issue20832. |
|||
| msg213837 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2014年03月17日 06:31 | |
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 |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:57 | admin | set | github: 64664 |
| 2014年07月10日 11:35:40 | berker.peksag | set | stage: needs patch -> resolved |
| 2014年03月17日 06:31:14 | python-dev | set | messages: + msg213837 |
| 2014年03月02日 18:45:20 | loewis | set | status: open -> closed resolution: fixed messages: + msg212577 |
| 2014年03月02日 18:43:21 | python-dev | set | messages: + msg212575 |
| 2014年03月01日 22:21:35 | ned.deily | set | messages: + msg212525 |
| 2014年03月01日 22:05:21 | python-dev | set | messages: + msg212523 |
| 2014年03月01日 22:01:24 | python-dev | set | messages: + msg212522 |
| 2014年03月01日 11:41:34 | loewis | set | messages: + msg212496 |
| 2014年02月05日 03:23:20 | larry | set | messages: + msg210289 |
| 2014年02月05日 03:12:04 | ned.deily | set | messages: + msg210288 |
| 2014年02月05日 03:06:27 | larry | set | nosy:
+ ghaering messages: + msg210287 |
| 2014年02月05日 02:47:34 | ned.deily | set | assignee: loewis messages: + msg210285 |
| 2014年02月05日 02:45:08 | python-dev | set | nosy:
+ python-dev messages: + msg210284 |
| 2014年01月31日 20:57:25 | ned.deily | create | |