]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-28518: Start a transaction implicitly before a DML statement (#245) (#318)
authorBerker Peksag <berker.peksag@gmail.com>
Sun, 26 Feb 2017 16:09:10 +0000 (19:09 +0300)
committerGitHub <noreply@github.com>
Sun, 26 Feb 2017 16:09:10 +0000 (19:09 +0300)
commit76995cab69d5ef83d31d8a5754cbad11be4038cb
tree1a3af522b463de5c31b226f7a48797f9bf687be8
parent893e86e9d3c0caeb878ccb1120c7259e022f3b68
bpo-28518: Start a transaction implicitly before a DML statement (#245) (#318)

Patch by Aviv Palivoda.

(cherry picked from commit 4a926caf8e5fd8af771b2c34bfb6e91c732331fe)
Lib/sqlite3/test/transactions.py
Misc/NEWS
Modules/_sqlite/cursor.c
Modules/_sqlite/statement.c
Modules/_sqlite/statement.h