From 43276e29fa864fc66900c5a3fa0bf84df5f14271 Mon Sep 17 00:00:00 2001 From: Mike Fiedler Date: Sun, 3 Jul 2022 13:40:38 +0000 Subject: [PATCH] docs: add changelog entry Signed-off-by: Mike Fiedler --- doc/build/changelog/unreleased_20/8141.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 doc/build/changelog/unreleased_20/8141.rst diff --git a/doc/build/changelog/unreleased_20/8141.rst b/doc/build/changelog/unreleased_20/8141.rst new file mode 100644 index 0000000000..8c70c754cc --- /dev/null +++ b/doc/build/changelog/unreleased_20/8141.rst @@ -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 -- 2.47.3