diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/build/changelog/unreleased_20/9543.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/build/changelog/unreleased_20/9543.rst b/doc/build/changelog/unreleased_20/9543.rst new file mode 100644 index 000000000..593507c41 --- /dev/null +++ b/doc/build/changelog/unreleased_20/9543.rst @@ -0,0 +1,8 @@ +.. change:: + :tags: bug, mysql + :tickets: 9544 + + Fixed issue where string datatypes such as :class:`.CHAR`, + :class:`.VARCHAR`, :class:`.TEXT`, as well as binary :class:`.BLOB`, could + not be produced with an explicit length of zero, which has special meaning + for MySQL. Pull request courtesy J. Nick Koston. |
