Files
sqlalchemy/test/dialect/postgresql
Tony Locke 26dea369c7 pg8000: Support range and multirange types
The pg8000 dialect now supports RANGE and MULTIRANGE datatypes, using the
existing RANGE API described at :ref:`postgresql_ranges`.  Range and
multirange types are supported in the pg8000 driver from version 1.29.8.
Pull request courtesy Tony Locke.

Fixes: #9965
Closes: #9966
Pull-request: https://github.com/sqlalchemy/sqlalchemy/pull/9966
Pull-request-sha: b48dc3ef9c

Change-Id: I61778fe35f9edbf93f440136e6667847bcec4b9c
2023-06-19 19:38:05 -04:00
..