]> git.ipfire.org Git - thirdparty/psycopg.git/commit
feat(connection): add set_autocommit() and similar methods
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sat, 2 Sep 2023 20:41:32 +0000 (21:41 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Wed, 11 Oct 2023 21:45:38 +0000 (23:45 +0200)
commited9109dd44d0c0092ba0369addd54985b65bf4d5
tree447bb487ab20c55a752fd49330839f3a5209b0bb
parent47a4b8146e9f1160bf46780ecb0ff3caa07a6aa1
feat(connection): add set_autocommit() and similar methods
14 files changed:
docs/api/connections.rst
docs/basic/transactions.rst
docs/news.rst
psycopg/psycopg/connection.py
tests/_test_connection.py
tests/test_connection.py
tests/test_connection_async.py
tests/test_copy.py
tests/test_cursor.py
tests/test_pipeline.py
tests/test_prepared.py
tests/test_tpc.py
tests/test_transaction.py
tools/async_to_sync.py