micronaut-projects / micronaut-data

Ahead of Time Data Repositories
Apache License 2.0
459 stars 196 forks source link

Support more criteria API expressions #2992

Closed dstepanov closed 3 days ago

dstepanov commented 4 days ago

Now we support function, lower, upper, binary sum and concat.

A bit of refactoring to move forward and allow the expressions in the predicates also to be used. (Right now, new functions are only possible to use in the selection part of the query).

sonarcloud[bot] commented 3 days ago

Quality Gate Failed Quality Gate failed

Failed conditions
68.9% Coverage on New Code (required ≥ 70%)
8 New Critical Issues (required ≤ 0)

See analysis details on SonarCloud

Catch issues before they fail your Quality Gate with our IDE extension SonarLint