]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
apply consistent ORM mutable notes for all mutable SQL types
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 30 Aug 2022 13:50:03 +0000 (09:50 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 30 Aug 2022 13:50:03 +0000 (09:50 -0400)
commit2f146b172ad228e40f1e8d5f1d2abc888ae5e669
treec76594ea127229899fdbf60618f96738878cc5ff
parent6da8d32fb1a5e706401bf0f11bb638ff94bd1bf4
apply consistent ORM mutable notes for all mutable SQL types

in
https://github.com/sqlalchemy/sqlalchemy/discussions/8447
I was surprised that we didnt have any notes about using Mutable
for ARRAY classes, since we have them for HSTORE and JSON.

Add a consistent topic box for these so we have something to
point towards.

Change-Id: Idfa1b2cbee67024545f4fa299e4c875075ec7d3f
lib/sqlalchemy/dialects/postgresql/array.py
lib/sqlalchemy/dialects/postgresql/hstore.py
lib/sqlalchemy/sql/sqltypes.py