From: Ellis Valentiner Date: Wed, 20 Dec 2023 14:32:18 +0000 (-0500) Subject: add changelog X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d124a2fc4af57934d784b8d0a8d0ec987aad61b7;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git add changelog --- diff --git a/doc/build/changelog/unreleased_21/10777.rst b/doc/build/changelog/unreleased_21/10777.rst new file mode 100644 index 0000000000..108dd64731 --- /dev/null +++ b/doc/build/changelog/unreleased_21/10777.rst @@ -0,0 +1,5 @@ +.. change: + :tags: bug, postrgesql, reflection + :tickets: 10777 + + Fixed issue in parsing of PostgreSQL CHECK constraints marked "NO INHERIT".