[hibernate-issues] [JIRA] (HHH-14152) Query fails after upgrading to 5.4.20.Final

Nathan Xu (JIRA) jira at hibernate.atlassian.net
Thu Aug 13 18:00:53 EDT 2020


Nathan Xu ( https://hibernate.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3Af1c90216-c2ff-4df7-8e20-9d0e140d7f64 ) *commented* on HHH-14152 ( https://hibernate.atlassian.net/browse/HHH-14152?atlOrigin=eyJpIjoiZTIxMGFkOWMyYzg0NDIyYmIyMjgyZGE4NDc5MTkzMzciLCJwIjoiaiJ9 )

Re: Query fails after upgrading to 5.4.20.Final ( https://hibernate.atlassian.net/browse/HHH-14152?atlOrigin=eyJpIjoiZTIxMGFkOWMyYzg0NDIyYmIyMjgyZGE4NDc5MTkzMzciLCJwIjoiaiJ9 )

I did some investigation and found the following insert SQL example

INSERT INTO ISSUERS
VALUES (1, 1, 'BIPlatform', NULL, NULL);

would end up with INSERT INTO ISSUERSVALUES (1, 1, ‘BIPlatform’, NULL, NULL);. Inserting empty chars before 'VALUES` might solve the issue.

Not sure whether this is a bug or not, however.

( https://hibernate.atlassian.net/browse/HHH-14152#add-comment?atlOrigin=eyJpIjoiZTIxMGFkOWMyYzg0NDIyYmIyMjgyZGE4NDc5MTkzMzciLCJwIjoiaiJ9 ) Add Comment ( https://hibernate.atlassian.net/browse/HHH-14152#add-comment?atlOrigin=eyJpIjoiZTIxMGFkOWMyYzg0NDIyYmIyMjgyZGE4NDc5MTkzMzciLCJwIjoiaiJ9 )

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.core&referrer=utm_source%3DNotificationLink%26utm_medium%3DEmail ) or iOS ( https://itunes.apple.com/app/apple-store/id1006972087?pt=696495&ct=EmailNotificationLink&mt=8 ) This message was sent by Atlassian Jira (v1001.0.0-SNAPSHOT#100144- sha1:b6d623e )
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/hibernate-issues/attachments/20200813/611fa9b8/attachment.html 


More information about the hibernate-issues mailing list