]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Implementation of CITEXT , unittest and documentation
authorJulian David Rath <julian.rath@semadox.com>
Mon, 6 Mar 2023 20:50:48 +0000 (15:50 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 15 Mar 2023 17:09:55 +0000 (13:09 -0400)
commite8baf5aa010ce7e3dea9b0ccf5e8b0b90f4310ad
tree67b5477cc4bdaed1f188a55d07dc0c7a0b0082c4
parent7fd3b4747d2935effd9e0c2bbe72f080df4ffc50
Implementation of CITEXT , unittest and documentation

Added new PostgreSQL type :class:`_postgresql.CITEXT`. Pull request
courtesy Julian David Rath.

Fixes: #9416
Closes: #9417
Pull-request: https://github.com/sqlalchemy/sqlalchemy/pull/9417
Pull-request-sha: 23a83a342ad6d820ee5749ebccda04e54c373f7d

Change-Id: I54699b9457426c20afbdc0acaa41dc57644b0536
.pre-commit-config.yaml
README.unittests.rst
doc/build/changelog/unreleased_20/9416.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/provision.py
lib/sqlalchemy/dialects/postgresql/types.py
test/dialect/postgresql/test_types.py
test/requirements.py