Skip to content

Commit

Permalink
update pg backend
Browse files Browse the repository at this point in the history
  • Loading branch information
altairbow committed Aug 27, 2024
1 parent ebef707 commit 316fed1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dj_db_conn_pool/backends/postgresql/mixins.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ class SQLAlchemyDialect(PGDialect):
def get_new_connection(self, conn_params):
connection = super().get_new_connection(conn_params)

if not connection.info:
connection.info = connection.driver_connection.info
connection.info = connection.driver_connection.info

return connection

0 comments on commit 316fed1

Please sign in to comment.