]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Test fix: 7116/head
authorGeorg Richter <georg@mariadb.com>
Thu, 30 Sep 2021 06:35:29 +0000 (08:35 +0200)
committerGeorg Richter <georg@mariadb.com>
Thu, 30 Sep 2021 06:35:29 +0000 (08:35 +0200)
commit79516ccce2dead11e6658596c9ad400b964d24c9
treec6a4d9a5f1b2514bbf3b11a241e922a99c069656
parent935303e82c9316b3f98371c916a3e2ad00140808
Test fix:

Use character set utf8mb4 instead of utf8:

1) Character set for mariadb connector is utf8mb4 and
cannot be changed.

2) Since MariaDB 10.6.1 utf8 is mapped to utf8mb3, and
will be mapped to utf8mb4 in 10.7, see MDEV-8334 rename
utf8 to utf8mb3 (https://jira.mariadb.org/browse/MDEV-8334)

utf8mb4 character set support was added 12 years ago and
will work with all non eoled MariaDB server versions.
test/dialect/mysql/test_reflection.py