Wrong escape of [ and ] chars

Description

I've this @Formula annotation in my entity bean:

@Formula(value = "(SELECT DATE_ADD(v.dataAndata, [INTERVAL] v.minutiTrasportoAndata [MINUTE]) FROM VenditaB2B v WHERE v.id = id)")

Unfortunately seems that Hibernate don't escape [ and ] chars so the native query is wrong because [ and ] are still present in the final query.

I think this is a bug because @Formula should escape that chars as the @Column annotation does.

Activity

Show:

Christian BeikovJanuary 21, 2025 at 4:05 PM

Hard to pin it down to an exact version when this was fixed. Might have been fixed as part of https://hibernate.atlassian.net/browse/HHH-5135#icft=HHH-5135 already, or sometime in ORM 6.

Steve EbersoleOctober 28, 2015 at 3:24 AM

As part of verifying that this issue affects 5.0, please just set the "Affects version". Leave the "verify-affects-5.0" label and leave the issue in "Awaiting Response" status; these are critical for us to be able to track these verifications and triage them. Thanks.

Steve EbersoleOctober 27, 2015 at 7:16 PM

This bug report does not indicate that the reported issue affects version 5.x. Versions prior to 5.x are no longer maintained. It would be a great help to the Hibernate team and community for someone to verify that the reported issue still affects version 5.x. If so, please add the 5.x version that you verified with to the list of affected-versions and attach the (preferably SSCCE) test case you used to do the verification to the report; from there the issues will be looked at during our triage meetings.

For details, see http://in.relation.to/2015/10/27/great-jira-cleanup-2015/

Out of Date

Details

Assignee

Reporter

Labels

Affects versions

Priority

Created October 20, 2015 at 1:57 PM
Updated January 21, 2025 at 4:05 PM
Resolved January 21, 2025 at 4:05 PM

Flag notifications