]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Add __copy__, __deepcopy__ to URL. Fixes: #7400
authorTom Ritchford <tom@swirly.com>
Sun, 5 Dec 2021 18:27:45 +0000 (13:27 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 6 Dec 2021 21:57:02 +0000 (16:57 -0500)
commit924cc31975f8874d369db6599575e361bdb34be9
tree210f4f3ed66439bea14a767acfd436cc49ac665f
parent995fb577a64061a9cbab62b481c65a4c4d3e5a67
Add __copy__, __deepcopy__ to URL. Fixes: #7400

Added support for ``copy()`` and ``deepcopy()`` to the :class:`_url.URL`
class. Pull request courtesy Tom Ritchford.

Fixes: #7400
Closes: #7401
Pull-request: https://github.com/sqlalchemy/sqlalchemy/pull/7401
Pull-request-sha: a2c1b8992f5d153c6210178cda47b8ae96b91fb5

Change-Id: I55977338b2655a7d4f733ae786d31e589185e9ca
doc/build/changelog/unreleased_14/7400.rst [new file with mode: 0644]
lib/sqlalchemy/engine/url.py
test/engine/test_parseconnect.py