hibernate-orm/hibernate-core/src
Gavin King a389f771bf avoid use of char(n) types on MySQL
MySQL strips trailing space characters from char(n) columns,
which is very bad, because we use char(1) for storing Java
char values.

We can sort-of compensate for this in CharacterJavaType,
but it's ugly and fragile to do it that way.

Signed-off-by: Gavin King <gavin@hibernate.org>
2024-10-31 16:31:40 +01:00
..
main avoid use of char(n) types on MySQL 2024-10-31 16:31:40 +01:00
test disable a test on MySQL 2024-10-31 16:31:40 +01:00