You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When defining a CTE through e.g. a CTEProvider with a VALUES clause, a SQL syntax error is produced when paginating. The id-subquery contains an empty where clause. A potential workaround is to simply use with(CTEType.class, false) i.e. disable inlining.
Description
When defining a CTE through e.g. a
CTEProvider
with a VALUES clause, a SQL syntax error is produced when paginating. The id-subquery contains an emptywhere
clause. A potential workaround is to simply usewith(CTEType.class, false)
i.e. disable inlining.Environment
Version: 1.6.14
JPA-Provider: Hibernate ORM 6.6.2.Final
DBMS: PostgreSQL
Application Server: -
The text was updated successfully, but these errors were encountered: