summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/postgresql/asyncpg.py
diff options
context:
space:
mode:
authormike bayer <mike_mp@zzzcomputing.com>2023-05-10 15:11:06 +0000
committerGerrit Code Review <gerrit@bbpush.zzzcomputing.com>2023-05-10 15:11:06 +0000
commitbce61160a9aec321ea0af4a59d4b83ff93a0429f (patch)
tree3754696c2d8f97d92507309ef4c13037b7372bf3 /lib/sqlalchemy/dialects/postgresql/asyncpg.py
parent987285fb4b13c39bcc6b8922e618d9e830577dda (diff)
parent60b31198311eedfa3814e7098c94d3aa29338fdd (diff)
downloadsqlalchemy-bce61160a9aec321ea0af4a59d4b83ff93a0429f.tar.gz
Merge "fix test suite warnings" into main
Diffstat (limited to 'lib/sqlalchemy/dialects/postgresql/asyncpg.py')
-rw-r--r--lib/sqlalchemy/dialects/postgresql/asyncpg.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/sqlalchemy/dialects/postgresql/asyncpg.py b/lib/sqlalchemy/dialects/postgresql/asyncpg.py
index e915e454e..6827151f3 100644
--- a/lib/sqlalchemy/dialects/postgresql/asyncpg.py
+++ b/lib/sqlalchemy/dialects/postgresql/asyncpg.py
@@ -855,6 +855,7 @@ class AsyncAdapt_asyncpg_connection(AdaptedConnection):
def terminate(self):
self._connection.terminate()
+ self._started = False
@staticmethod
def _default_name_func():