[issue28037] Use sqlite3_get_autocommit() instead of setting Connection->inTransaction manually

2016-09-11 Thread Berker Peksag
Changes by Berker Peksag : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue28037] Use sqlite3_get_autocommit() instead of setting Connection->inTransaction manually

2016-09-11 Thread Roundup Robot
Roundup Robot added the comment: New changeset 80946f95e88a by Berker Peksag in branch 'default': Issue #28037: Use sqlite3_get_autocommit() instead of setting Connection->inTransaction manually https://hg.python.org/cpython/rev/80946f95e88a -- nosy: +python-dev ___

[issue28037] Use sqlite3_get_autocommit() instead of setting Connection->inTransaction manually

2016-09-08 Thread Berker Peksag
New submission from Berker Peksag: This is basically a backport of https://github.com/ghaering/pysqlite/commit/9b79188edbc50faa24dc178afe24a10454f3fcad except that Connection.in_transaction is exposed since Python 3.2. -- components: Extension Modules files: in_transaction.diff keyword