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

Berker Peksag report at bugs.python.org
Fri Sep 9 02:19:58 EDT 2016


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
keywords: patch
messages: 275266
nosy: berker.peksag, ghaering
priority: normal
severity: normal
stage: patch review
status: open
title: Use sqlite3_get_autocommit() instead of setting Connection->inTransaction manually
type: enhancement
versions: Python 3.6
Added file: http://bugs.python.org/file44488/in_transaction.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue28037>
_______________________________________


More information about the New-bugs-announce mailing list