]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
restore uuid_data_type as closed at top level
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 6 Feb 2024 23:11:32 +0000 (18:11 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 6 Feb 2024 23:14:33 +0000 (18:14 -0500)
commite03d4d039369f1676df8045ed278348bdbc2fb5c
tree9291aa037bd9c01a1ca84a41ee54934cc00c49ab
parent5e96a4cabb268a03816e25b603c17c33d719915d
restore uuid_data_type as closed at top level

the supports_native_uuid attribute does NOT indicate
the UUID datatype being present, only that Uuid(native_uuid=True)
would be able to produce something. On SQL Server it produces
UNIQUEIDENTIFIER.  The current use for this requirement is
that of testing the uppercase UUID type that has to match
that exactly.

Change-Id: I050e5d1889f804ee3763b84828f2bd6a47dd265e
(cherry picked from commit f932fc762d40f9b3bb305eb8db8b890483282502)
lib/sqlalchemy/testing/requirements.py