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
This problem occurs when I query page in a subquery, and only when the dialect is oracle
Actual behavior
Caused by: java.sql.SQLException: 无效的列索引
at oracle.jdbc.driver.OraclePreparedStatement.setIntInternal(OraclePreparedStatement.java:4955)
at oracle.jdbc.driver.OraclePreparedStatement.setInt(OraclePreparedStatement.java:4946)
at oracle.jdbc.driver.OraclePreparedStatementWrapper.setInt(OraclePreparedStatementWrapper.java:201)
at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.setInt(HikariProxyPreparedStatement.java)
select*from (selectu1_0.id,u1_0.name,(selectcount(*) from (selectnull id,null name from dual where1=0union all (selectu1_0.id,u1_0.namefrom user_test u1_0 whereu1_0.idis not nullgroup byu1_0.id,u1_0.name)) u2_0) from (selectnull id,null name from dual where1=0union all (selectu1_0.id,u1_0.namefrom user_test u1_0 whereu1_0.idis not nullgroup byu1_0.id,u1_0.name)) u1_0 order byu1_0.id) where rownum<=?
Can you translate the error message to English maybe?
Also, Oracle 11 is not supported anymore and Blaze-Persistence does not provide support for that version either. Please upgrade to the latest supported Oracle version.
Description
This problem occurs when I query page in a subquery, and only when the dialect is oracle
Actual behavior
Steps to reproduce
Environment
Version: 1.6.9
JPA-Provider: Hibernate 6.2.5.Final
DBMS: Oracle 11g
Application Server: Spring Boot
The text was updated successfully, but these errors were encountered: