]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Omit metadata kw from Enum repr
authorFederico Caselli <cfederico87@gmail.com>
Thu, 22 Jan 2026 20:05:15 +0000 (21:05 +0100)
committerFederico Caselli <cfederico87@gmail.com>
Tue, 24 Feb 2026 16:32:56 +0000 (16:32 +0000)
commitb1e299b94a32ed48d0edc0fea59afebb8834b79d
tree24a122c5d53313da4a9a74613389585ecd4de90c
parent9440b55b17a67e0290cc6ef7dc363c3790de75ab
Omit metadata kw from Enum repr

Do not render metadata in the repr of enum.

Change-Id: Ic65e9572ff24af8d48e15277cbc824f7c5ce845a
References: #10604
lib/sqlalchemy/sql/sqltypes.py
test/sql/test_types.py