Hyperfoil / Horreum

Benchmark results repository service
https://horreum.hyperfoil.io/
Apache License 2.0
34 stars 30 forks source link

[0.14] Fix native typecast in queries #1835

Closed rh-appservices-perf closed 3 days ago

rh-appservices-perf commented 3 days ago

Backport: https://github.com/Hyperfoil/Horreum/pull/1832

fixes #1766

it's no longer necessary to escape :: (native typecast operator) and it's not desirable

reference HHH-17759 and https://github.com/hibernate/hibernate-orm/pull/8007