]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
adapt for column collection being "immutable" or "readonly"
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 26 Mar 2022 15:47:29 +0000 (11:47 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 26 Mar 2022 15:47:29 +0000 (11:47 -0400)
commit8fc58eaa77f2118cf78ecdaca130bc298ff4143a
treeaeab09b533cc7063ee5e843d74b1d216227aa9b8
parente533927189d7c6d9ce08d59ecb1f2bae0bd00783
adapt for column collection being "immutable" or "readonly"

in 2.0 the ColumnCollectionConstraint will use a
"read only" column collection, renamed from "immutable".
Add logic to detect both of these kinds of collections

Change-Id: I4049c3081a2b3801ea7bfa31bb62bafb3eae4a9d
alembic/util/sqla_compat.py