From: Tony Locke Date: Mon, 12 Jul 2021 16:39:52 +0000 (+0100) Subject: Correct docs: pg8000 supports PostgreSQL UUID X-Git-Tag: rel_1_4_21~8^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a3e5cff337692763be7f7c751c3901d5337a4fc;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Correct docs: pg8000 supports PostgreSQL UUID --- diff --git a/lib/sqlalchemy/dialects/postgresql/base.py b/lib/sqlalchemy/dialects/postgresql/base.py index 123e6f0fa8..76fc09f9de 100644 --- a/lib/sqlalchemy/dialects/postgresql/base.py +++ b/lib/sqlalchemy/dialects/postgresql/base.py @@ -1686,8 +1686,9 @@ class UUID(sqltypes.TypeEngine): data either as natively returned by the DBAPI or as Python uuid objects. - The UUID type may not be supported on all DBAPIs. - It is known to work on psycopg2 and not pg8000. + The UUID type is currently known to work within the prominent DBAPI + drivers supported by SQLAlchemy including psycopg2, pg8000 and + asyncpg. Support for other DBAPI drivers may be incomplete or non-present. """