Files
sqlalchemy/test/dialect/postgresql
Mike Bayer bf5061cb53 accommodate NULL format_type()
Made an adjustment to how the PostgreSQL dialect considers column types
when it reflects columns from a table, to accommodate for alternative
backends which may return NULL from the PG ``format_type()`` function.

Fixes: #8748
Change-Id: I6178287aac567210a76afaa5805b825daa7fa4db
(cherry picked from commit 200e70b974)
2022-11-16 20:16:00 -05:00
..