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

Larry Hastings report at bugs.python.org
Wed Feb 5 04:06:27 CET 2014


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 <report at bugs.python.org>
<http://bugs.python.org/issue20465>
_______________________________________


More information about the Python-bugs-list mailing list