Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use sqlite3_get_autocommit() instead of setting Connection->inTransaction manually #72224

Closed
berkerpeksag opened this issue Sep 9, 2016 · 2 comments
Labels
extension-modules C modules in the Modules dir type-feature A feature request or enhancement

Comments

@berkerpeksag
Copy link
Member

BPO 28037
Nosy @berkerpeksag
Files
  • in_transaction.diff
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = None
    closed_at = <Date 2016-09-12.04:17:06.549>
    created_at = <Date 2016-09-09.06:19:58.383>
    labels = ['extension-modules', 'type-feature']
    title = 'Use sqlite3_get_autocommit() instead of setting Connection->inTransaction manually'
    updated_at = <Date 2016-09-12.04:17:06.548>
    user = 'https://github.com/berkerpeksag'

    bugs.python.org fields:

    activity = <Date 2016-09-12.04:17:06.548>
    actor = 'berker.peksag'
    assignee = 'none'
    closed = True
    closed_date = <Date 2016-09-12.04:17:06.549>
    closer = 'berker.peksag'
    components = ['Extension Modules']
    creation = <Date 2016-09-09.06:19:58.383>
    creator = 'berker.peksag'
    dependencies = []
    files = ['44488']
    hgrepos = []
    issue_num = 28037
    keywords = ['patch']
    message_count = 2.0
    messages = ['275266', '275946']
    nosy_count = 3.0
    nosy_names = ['ghaering', 'python-dev', 'berker.peksag']
    pr_nums = []
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue28037'
    versions = ['Python 3.6']

    @berkerpeksag
    Copy link
    Member Author

    This is basically a backport of ghaering/pysqlite@9b79188 except that Connection.in_transaction is exposed since Python 3.2.

    @berkerpeksag berkerpeksag added extension-modules C modules in the Modules dir type-feature A feature request or enhancement labels Sep 9, 2016
    @python-dev
    Copy link
    Mannequin

    python-dev mannequin commented Sep 12, 2016

    New changeset 80946f95e88a by Berker Peksag in branch 'default':
    Issue bpo-28037: Use sqlite3_get_autocommit() instead of setting Connection->inTransaction manually
    https://hg.python.org/cpython/rev/80946f95e88a

    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    extension-modules C modules in the Modules dir type-feature A feature request or enhancement
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant