Gavin King
created
an issue
Hibernate ORM
/
HHH-16989
'cast(string as String(10))' & 'cast(string as Binary(10))' broken on MySQL
Issue Type:
New Feature
Assignee:
Unassigned
Components:
query-hql
Created:
25/Jul/2023 05:26 AM
Priority:
Minor
Reporter:
Gavin King
On MySQL we need to translate:
cast(string as String(10))
to
cast(string as char(10))
cast(string as Binary(10))
to
cast(string as binary(10))
Add Comment
Get Jira notifications on your phone! Download the Jira Cloud app for
Android
or
iOS
This message was sent by Atlassian Jira
(v1001.0.0-SNAPSHOT#100233-
sha1:f5b6255
)