]> 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:12:17 +0000 (18:12 -0500)
commitf932fc762d40f9b3bb305eb8db8b890483282502
tree91d8dac2047ec94abe14c0dde569ae02d8f265fd
parentffdbd326bbea8d7d68e08285c50d0da351ebf95a
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
lib/sqlalchemy/testing/requirements.py