summaryrefslogtreecommitdiff
path: root/docs/build/unreleased/1184.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/build/unreleased/1184.rst')
-rw-r--r--docs/build/unreleased/1184.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/build/unreleased/1184.rst b/docs/build/unreleased/1184.rst
new file mode 100644
index 0000000..3d26f3e
--- /dev/null
+++ b/docs/build/unreleased/1184.rst
@@ -0,0 +1,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. \ No newline at end of file