]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
add typing for PG UUID, other types
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 27 May 2022 13:56:01 +0000 (09:56 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 27 May 2022 13:56:01 +0000 (09:56 -0400)
commit21ae13765d7410228672a282fef29fc0e2b3b098
tree250874578cb7db902ba06193685d2bf75c5dfc68
parent783d66de894c37fba46a12cd4c4b30910cf421c3
add typing for PG UUID, other types

note that UUID will be generalized into core with #7212.

Fixes: #6402
Change-Id: I90f0052ca74367c2c2f1ce2f8a90e81d173d1430
lib/sqlalchemy/dialects/postgresql/array.py
lib/sqlalchemy/dialects/postgresql/base.py
lib/sqlalchemy/sql/sqltypes.py
test/ext/mypy/plain_files/pg_stuff.py