Hyperfoil / Horreum

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

Fix native typecast in queries #1832

Closed barreiro closed 3 days ago

barreiro commented 4 days ago

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