summaryrefslogtreecommitdiff
path: root/docs/build/unreleased/1184.rst
blob: 3d26f3e6755df1d43a73b5685f06675a1719e879 (plain)
1
2
3
4
5
6
7
8
9
10
.. change::
    :tags: bug, postgresql
    :tickets: 1184

    Fixed issue regarding PostgreSQL :class:`.ExcludeConstraint`, where
    constraint elements which made use of :func:`.literal_column` could not be
    rendered for autogenerate. Additionally, using SQLAlchemy 2.0.5 or greater,
    :func:`.text()` constructs are also supported within PostgreSQL
    :class:`.ExcludeConstraint` objects for autogenerate render. Pull request
    courtesy Jan Katins.