]> 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:51:32 +0000 (09:51 -0400)
commit5972a06ea18434d620685eb024be11acef1ce73d
treedee4980e1fa80c45dbcae92efd5a4f56cdc57dfc
parent13e7fe702d82c4573f7a2ffa2fffd30598b8786b
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
(cherry picked from commit 2f146b172ad228e40f1e8d5f1d2abc888ae5e669)
lib/sqlalchemy/dialects/postgresql/array.py
lib/sqlalchemy/dialects/postgresql/hstore.py
lib/sqlalchemy/sql/sqltypes.py