]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Add __copy__, __deepcopy__ to URL. Fixes: #7400 7401/head
authorTom Ritchford <tom@swirly.com>
Sun, 5 Dec 2021 17:59:56 +0000 (18:59 +0100)
committerTom Ritchford <tom@swirly.com>
Sun, 5 Dec 2021 18:02:15 +0000 (19:02 +0100)
commita2c1b8992f5d153c6210178cda47b8ae96b91fb5
tree11cf182061aebcd09dc67e19518697c16c8f39ff
parent995fb577a64061a9cbab62b481c65a4c4d3e5a67
Add __copy__, __deepcopy__ to URL. Fixes: #7400
lib/sqlalchemy/engine/url.py
test/engine/test_parseconnect.py