]> 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)
committerFederico Caselli <cfederico87@gmail.com>
Mon, 19 Dec 2022 19:27:30 +0000 (20:27 +0100)
commit33f15740a0b72bae64fc2c2f6d0f9724cfe9164a
tree89a9bdb0ec3091cdc80bfdf0b2c3dc9039773819
parenta8d76cff39dbaf6354d42d35cd68332df469d124
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
doc/build/changelog/changelog_14.rst
doc/build/changelog/unreleased_20/8393.rst [new file with mode: 0644]
doc/build/dialects/postgresql.rst
lib/sqlalchemy/dialects/postgresql/__init__.py
lib/sqlalchemy/dialects/postgresql/base.py
lib/sqlalchemy/dialects/postgresql/types.py
test/dialect/postgresql/test_types.py