From: J. Nick Koston Date: Sat, 25 Mar 2023 21:10:41 +0000 (-1000) Subject: add rst X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F9543%2Fhead;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git add rst --- diff --git a/doc/build/changelog/unreleased_20/9543.rst b/doc/build/changelog/unreleased_20/9543.rst new file mode 100644 index 0000000000..14c08ffcd4 --- /dev/null +++ b/doc/build/changelog/unreleased_20/9543.rst @@ -0,0 +1,6 @@ +.. change:: + :tags: bug, mysql + :tickets: 9544 + + Fixed creating ``CHAR(0)`` columns with the MySQL dialects. Previously, + these columns would be created as ``CHAR(1)`` columns. \ No newline at end of file