summaryrefslogtreecommitdiff
path: root/docs/build/unreleased/1230.rst
blob: 7d902d505f5909c9a19fcdaf0ab0ea8b7b923a26 (plain)
1
2
3
4
5
6
7
.. change::
    :tags: bug, postgresql
    :tickets: 1230

    Fix autogenerate issue with PostgreSQL :class:`.ExcludeConstraint`
    that included sqlalchemy functions. The function text was previously
    rendered as a plain string without surrounding with ``text()``.