]> granicus.if.org Git - python/commit
Issue #27190: Raise NotSupportedError if sqlite3 is older than 3.3.1
authorBerker Peksag <berker.peksag@gmail.com>
Sun, 12 Jun 2016 11:09:51 +0000 (14:09 +0300)
committerBerker Peksag <berker.peksag@gmail.com>
Sun, 12 Jun 2016 11:09:51 +0000 (14:09 +0300)
commit7bea2347c7e8af2c6b59e541c4039c34c7a8f6b2
tree43b082adfa798c7ba87552edbdca905bd8f8c3a2
parentc415440faa67c488fd2a5d8fc0977cbd660c4a90
Issue #27190: Raise NotSupportedError if sqlite3 is older than 3.3.1

Patch by Dave Sawyer.
Lib/sqlite3/test/dbapi.py
Misc/NEWS
Modules/_sqlite/connection.c