Firebird Hibernate Dialect generates CONCAT, which is not valid syntax
Specification: Firebird 2.5, Hibernate 6.2 or 6.5 – yes I know this is odd composition since Firebird 2.5 is pretty outdated but for a while I have to live with it.
Spring + Firebird + Hibernate + NativeQuery + LIKE CONCAT issue
Specification: Firebird 2.5, Hibernate 6.2 or 6.5 – yes I know this is odd composition since Firebird 2.5 is pretty outdated but for a while I have to live with it.
Spring + Firebird + NativeQuery + misplaced first ? and skip ? parameters in statement
When I call custom method in PagingAndSortingRepository with Pageable object set to page > 0 the generated statement has misplaced first and skip parameters (They are inserted by Spring + Hibernate) so I do not have any control over them.
Spring + Firebird + NativeQuery
When I call custom method in PagingAndSortingRepository with Pageable object set to page > 0 the generated query has misplaced first and skip parameters (They are inserted by Spring + Hibernate) and I do not have any control over them.