]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
docs: add changelog entry 8161/head
authorMike Fiedler <miketheman@gmail.com>
Sun, 3 Jul 2022 13:40:38 +0000 (13:40 +0000)
committerMike Fiedler <miketheman@gmail.com>
Sun, 3 Jul 2022 13:40:38 +0000 (13:40 +0000)
Signed-off-by: Mike Fiedler <miketheman@gmail.com>
doc/build/changelog/unreleased_20/8141.rst [new file with mode: 0644]

diff --git a/doc/build/changelog/unreleased_20/8141.rst b/doc/build/changelog/unreleased_20/8141.rst
new file mode 100644 (file)
index 0000000..8c70c75
--- /dev/null
@@ -0,0 +1,11 @@
+.. change::
+    :tags: usecase, schema
+    :tickets: 8141
+
+    Added parameter :paramref:`_ddl.DropConstraint.if_exists` to the
+    :class:`_ddl.DropConstraint` construct which result in "IF EXISTS" DDL
+    being added to the DROP statement.
+    This phrase is not accepted by all databases and the operation will fail
+    on a database that does not support it as there is no similarly compatible
+    fallback within the scope of a single DDL statement.
+    Pull request courtesy Mike Fiedler.
\ No newline at end of file