]> 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:58:23 +0000 (16:58 -0500)
commit7e6115d94a8728bba90464ed3f3e79fa16d6c766
treea32491d66240966e1799458505d40ff027de41ef
parent6c400f300dbcc4cb49beb15136d1d364d835f1be
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
(cherry picked from commit 924cc31975f8874d369db6599575e361bdb34be9)
doc/build/changelog/unreleased_14/7400.rst [new file with mode: 0644]
lib/sqlalchemy/engine/url.py
test/engine/test_parseconnect.py