]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
Use SQLAlchemy _copy() when available
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 18 Feb 2021 20:31:42 +0000 (15:31 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 18 Feb 2021 20:32:09 +0000 (15:32 -0500)
commit490d9fa42b095cedb17abee17a063ee108992959
tree77732ba37c0d40bb787c2c8f30ec11a638d879cb
parent8e5b861fd7d4a23b4575a17e5ef72d974680b441
Use SQLAlchemy _copy() when available

Adjusted the use of SQLAlchemy's ".copy()" internals to use "._copy()"
for version 1.4.0, as this method is being renamed.

Change-Id: I1e69a1628e408f06b43efbc0cc52fc0ad1e8cbc4
alembic/operations/batch.py
alembic/operations/toimpl.py
alembic/util/sqla_compat.py
docs/build/unreleased/copy_change.rst [new file with mode: 0644]