jakartaee / persistence

https://jakartaee.github.io/persistence/
Other
191 stars 55 forks source link

JPQL left() and right() functions #396

Closed gavinking closed 12 months ago

gavinking commented 1 year ago

JPQL already has a substring() function, but for many uses, left() and right() are more convenient, and these functions are supported on many databases and easy to emulate on the rest. It might be worth the very minimal effort required to add them.