hibernate-orm/hibernate-core
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
..
src avoid use of char(n) types on MySQL 2024-10-31 16:31:40 +01:00
hibernate-core.gradle HHH-18644 - New and improved hibernate-maven-plugin 2024-10-22 08:50:09 -05:00