]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
pg8000: Support range and multirange types
authorTony Locke <tlocke@tlocke.org.uk>
Mon, 19 Jun 2023 20:32:18 +0000 (16:32 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 19 Jun 2023 23:38:05 +0000 (19:38 -0400)
commit26dea369c7c985db4db8c504fdeb0bf00c1edeac
tree420e864a02b5aaef5a769d234694a0869729a50b
parentfdbbc54a95d40c9a72e41b0d9dce010e89b83b8b
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: b48dc3ef9cbb267fe945d08ca38240c68b716f79

Change-Id: I61778fe35f9edbf93f440136e6667847bcec4b9c
doc/build/changelog/unreleased_20/9965.rst [new file with mode: 0644]
doc/build/dialects/postgresql.rst
lib/sqlalchemy/dialects/postgresql/pg8000.py
test/dialect/postgresql/test_types.py
test/requirements.py