]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Fix mysql dialect text docstring, length should be interpreted as byte size 11018/head
authorZhong Zheng <Zhong-z@users.noreply.github.com>
Thu, 15 Feb 2024 06:26:21 +0000 (17:26 +1100)
committerZhong Zheng <Zhong-z@users.noreply.github.com>
Fri, 16 Feb 2024 08:01:36 +0000 (19:01 +1100)
commit13fa52917efea9a229c7abf19a3be40e24a79cb9
tree0ee2441cd51617af8b1ed4c73221943d955ec585
parent9b516a9a5fc9e2a1522a5af972bedaeb8926f35b
Fix mysql dialect text docstring, length should be interpreted as byte size

mysql interpreted the length as bytes
https://dev.mysql.com/doc/refman/5.7/en/storage-requirements.html
https://dev.mysql.com/doc/refman/8.0/en/storage-requirements.html
lib/sqlalchemy/dialects/mysql/types.py