]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Reflect collation in types on PostgreSQL
authorDenis Laxalde <denis@laxalde.org>
Thu, 24 Jul 2025 19:35:09 +0000 (15:35 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 14 Oct 2025 13:26:38 +0000 (09:26 -0400)
commit78af7c4f0406df614adc65a460481406eb4b1073
tree1db2e2af0c957dc08d750e1829ec59505fb94f6f
parentb3f4376f839e14883a4bf0d575d935c3689057c4
Reflect collation in types on PostgreSQL

Added support for reflection of collation in types for PostgreSQL.
The ``collation`` will be set only if different from the default
one for the type.

References #6511
Closes: #12510
Pull-request: https://github.com/sqlalchemy/sqlalchemy/pull/12510
Pull-request-sha: c0a390314eb8ff2a4f729babf25cb052b6268d0a

Change-Id: I269a194d526a0689a4b38f10456d28539c73cffb
doc/build/changelog/unreleased_20/6511.rst [new file with mode: 0644]
lib/sqlalchemy/dialects/postgresql/base.py
lib/sqlalchemy/testing/requirements.py
lib/sqlalchemy/testing/suite/test_reflection.py
test/dialect/postgresql/test_reflection.py
test/requirements.py