]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Deprecate and rename schema .copy() methods
authorGord Thompson <gord@gordthompson.com>
Wed, 17 Feb 2021 18:58:27 +0000 (11:58 -0700)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 18 Feb 2021 20:25:08 +0000 (15:25 -0500)
commitdeaefbe748a43b9f84dabc232f0c20e065864a14
treeb78224a058f186fad69b779c530542bd9b668211
parentf41b9cbcdb0b6116cc3e2d15f53983516d82b06d
Deprecate and rename schema .copy() methods

Fixes: #5953
Change-Id: I1e69a1628e408f06b43efbc0cc52fc0ad1e8cbc4
doc/build/changelog/unreleased_14/5953.rst [new file with mode: 0644]
lib/sqlalchemy/dialects/postgresql/ext.py
lib/sqlalchemy/orm/decl_base.py
lib/sqlalchemy/sql/schema.py
test/dialect/postgresql/test_compiler.py
test/sql/test_metadata.py