]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Add MACCADDR8 for PGCompiler
authorasimfarooq5 <asimfarooq5@gmail.com>
Wed, 14 Dec 2022 20:32:47 +0000 (15:32 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 20 Dec 2022 15:49:00 +0000 (10:49 -0500)
commit074c1471958e155e79a3392ec65dc629012119c5
tree6dbb42cddb9a4945ff4155afb42e937ed0a1903b
parentdeef63c190a423ed7a6d340df17a6318492c1fb2
Add MACCADDR8 for PGCompiler

Add MACCADDR8 for PGCompiler

Closes: #8393
Pull-request: https://github.com/sqlalchemy/sqlalchemy/pull/8393
Pull-request-sha: 837a68eba3e31e0acbb7c47ee87bca4e9def7648

Change-Id: I87e4999eb8d82662ff8ab409c98dc57edd7fd271
(cherry picked from commit 33f15740a0b72bae64fc2c2f6d0f9724cfe9164a)
doc/build/changelog/changelog_14.rst
doc/build/changelog/unreleased_14/8393.rst [new file with mode: 0644]
doc/build/dialects/postgresql.rst
lib/sqlalchemy/dialects/postgresql/__init__.py
lib/sqlalchemy/dialects/postgresql/base.py
test/dialect/postgresql/test_types.py