Mark Paluch

Results 497 issues of Mark Paluch

The intent is to create a place where we can specify strategies to rewrite SQL queries. Right now, JSQLParser is used when it is there and we fall back to...

type: enhancement

`DeclaredQuery.deriveCountQuery(@Nullable String countQuery, @Nullable String countQueryProjection)` is a strange way encapsulating a conditional block. Also, if the `DeclaredQuery` is already a count query: What is that method supposed to do?

type: task

See https://deploy-preview-652--jakartaee-specifications.netlify.app/specifications/persistence/3.2/ * Adds `union`, `intersect`, `except`, `cast`, `left`, `right`, and `replace` for Jakarta Persistence QL and criteria queries * Adds `||` string concatenation operator to Jakarta Persistence QL *...

type: enhancement

Follow up to https://github.com/spring-projects/spring-data-jpa/pull/2885 to enable keyset scrolling using string-based queries.

type: enhancement

For some queries (e.g. `INSERT`, `UPDATE`, `DELETE`), it doesn't make sense to derive count queries or apply sorting. We should throw proper exceptions instead of returning default values that do...

type: task
in: query-parser