]> granicus.if.org Git - python/commit
Issue #20026: Fix the sqlite module to handle correctly invalid isolation level
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 19 Dec 2013 15:44:48 +0000 (16:44 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Thu, 19 Dec 2013 15:44:48 +0000 (16:44 +0100)
commit9450219b0692c9e56ddcd0dc130c995b98f9550f
tree3c7183536c870ecbb538e4162e11c950127129a7
parent0c221beed470cf5c08d8fc7fd099f5f97c801606
Issue #20026: Fix the sqlite module to handle correctly invalid isolation level
(wrong type).
Lib/sqlite3/test/regression.py
Misc/NEWS
Modules/_sqlite/connection.c