Files
sqlalchemy/test/dialect/postgresql
Alex Grönholm 408c936c77 Implement UUID.python_type
Implemented :attr:`_postgresql.UUID.python_type` attribute for the
:class:`_postgresql.UUID` type object. The attribute will return either
``str`` or ``uuid.UUID`` based on the :paramref:`_postgresql.UUID.as_uuid`
parameter setting. Previously, this attribute was unimplemented. Pull
request courtesy Alex Grönholm.

Fixes: #7943
Closes: #7944

Change-Id: Ic4fbaeee134d586b08339801968e787cc7e14285
2022-04-21 09:51:28 -04:00
..
2022-03-08 13:40:12 -05:00
2022-03-28 15:58:35 -04:00
2022-04-21 09:51:28 -04:00