]> git.ipfire.org Git - thirdparty/psycopg.git/commit
Added automatic transaction start
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Wed, 20 May 2020 05:22:56 +0000 (17:22 +1200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Wed, 20 May 2020 05:22:56 +0000 (17:22 +1200)
commitd16294a186a8cc872480708fae56142938f9a231
tree277c668c7942de5df55b735d4a50131b255dd55c
parent7bfdf8e0103000db23b7e114e6182a9671c782ec
Added automatic transaction start
psycopg3/connection.py
psycopg3/cursor.py
tests/fix_async.py
tests/fix_db.py
tests/test_async_connection.py
tests/test_async_cursor.py
tests/test_connection.py
tests/test_cursor.py
tests/types/test_composite.py