]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
add rst 9543/head
authorJ. Nick Koston <nick@koston.org>
Sat, 25 Mar 2023 21:10:41 +0000 (11:10 -1000)
committerJ. Nick Koston <nick@koston.org>
Sat, 25 Mar 2023 21:10:41 +0000 (11:10 -1000)
doc/build/changelog/unreleased_20/9543.rst [new file with mode: 0644]

diff --git a/doc/build/changelog/unreleased_20/9543.rst b/doc/build/changelog/unreleased_20/9543.rst
new file mode 100644 (file)
index 0000000..14c08ff
--- /dev/null
@@ -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