]> granicus.if.org Git - python/commit
bpo-28518: Start a transaction implicitly before a DML statement (#245)
authorBerker Peksag <berker.peksag@gmail.com>
Sun, 26 Feb 2017 15:22:38 +0000 (18:22 +0300)
committerGitHub <noreply@github.com>
Sun, 26 Feb 2017 15:22:38 +0000 (18:22 +0300)
commit4a926caf8e5fd8af771b2c34bfb6e91c732331fe
treebddaa3a91ef435b1b18716b8385a6415c55fbd13
parent46ce7599af82a929506baeaaee5c149970440c4c
bpo-28518: Start a transaction implicitly before a DML statement (#245)

Patch by Aviv Palivoda.
Lib/sqlite3/test/transactions.py
Misc/NEWS
Modules/_sqlite/cursor.c
Modules/_sqlite/statement.c
Modules/_sqlite/statement.h