spring-data-jpa icon indicating copy to clipboard operation
spring-data-jpa copied to clipboard

Update query parsers with newly introduced JPA 3.2 keywords

Open christophstrobl opened this issue 1 year ago • 0 comments

This PR updates the query parsers to deal with new keywords/functions in JPQL available via JPA 3.2.

  • union
  • intersect
  • except
  • cast
  • left
  • right
  • replace
  • ||

NULL precedence (#1280) for result ordering is not part of the changes and needs to be done in another PR.

christophstrobl avatar Jun 27 '24 08:06 christophstrobl