]> granicus.if.org Git - python/commit
Issue #27881: Fixed possible bugs when setting sqlite3.Connection.isolation_level.
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 1 Sep 2016 19:21:05 +0000 (22:21 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Thu, 1 Sep 2016 19:21:05 +0000 (22:21 +0300)
commitaf0628e045c024fec27432afd1f20c0d08095197
tree67ca762679d23287ed5eb05db2af9e90f2f7749a
parent5c071c1ff4c96ccd9d5a1ae381a3bb3ac4590223
parent2891492d2357253fd832485023c78e593660319d
Issue #27881: Fixed possible bugs when setting sqlite3.Connection.isolation_level.
Based on patch by Xiang Zhang.
Misc/NEWS
Modules/_sqlite/connection.c