wexoo (
https://hibernate.atlassian.net/secure/ViewProfile.jspa?accountId=557058%...
) *commented* on HHH-14741 (
https://hibernate.atlassian.net/browse/HHH-14741?atlOrigin=eyJpIjoiZDNjYj...
)
Re: Schema validation fails for tinyint after upgrading mariadb-java-client (
https://hibernate.atlassian.net/browse/HHH-14741?atlOrigin=eyJpIjoiZDNjYj...
)
Have the same problem with spring boot 3.1.x (updated hibernate version to 6.2). My
definitions of TINYINT UNSIGNED & SMALLINT UNSIGNED stopped working. I resolved it by
changing definitions to TINYINT(3) UNSIGNED & SMALLINT(5) UNSIGNED , which sets the
display width of the columns and has nothing to do with value ranges. More can be found in
official mysql 8 doc here (
https://dev.mysql.com/doc/refman/8.0/en/numeric-type-attributes.html ).
Found nothing in the changelog of version 6.2 matching my database (MySQL 8).
(
https://hibernate.atlassian.net/browse/HHH-14741#add-comment?atlOrigin=ey...
) Add Comment (
https://hibernate.atlassian.net/browse/HHH-14741#add-comment?atlOrigin=ey...
)
Get Jira notifications on your phone! Download the Jira Cloud app for Android (
https://play.google.com/store/apps/details?id=com.atlassian.android.jira....
) or iOS (
https://itunes.apple.com/app/apple-store/id1006972087?pt=696495&ct=Em...
) This message was sent by Atlassian Jira (v1001.0.0-SNAPSHOT#100227- sha1:9e449c4 )