]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Support for multiple hosts in PostgreSQL connection string 5554/head
authorRamonWill <ramonwilliams@hotmail.co.uk>
Wed, 2 Sep 2020 22:04:06 +0000 (23:04 +0100)
committerRamonWill <ramonwilliams@hotmail.co.uk>
Wed, 2 Sep 2020 22:04:06 +0000 (23:04 +0100)
commit3f7a0ab8df9f1411a9f1ac0e152583bc7bf0c365
tree362df45579159837e0cf85a655af514f866e6cf5
parentb050169600019ef249a8b315e7435c752623c900
Support for multiple hosts in PostgreSQL connection string
doc/build/changelog/unreleased_13/4392.rst [new file with mode: 0644]
lib/sqlalchemy/engine/url.py
test/dialect/postgresql/test_dialect.py