kenl-lin opened a new issue #11110:
URL: https://github.com/apache/shardingsphere/issues/11110
In the process of my integration, the following error occurred, when
querying through the timestamp type. The first few queries are no problem. It
was found that the problem occurred for the fifth time, and finally through the
to_timestamp() function query, there was no problem.
`### SQL: select * from order_tick where account_id = ? and trans_time < ?
### Cause: java.lang.IllegalStateException: Received resultset tuples, but
no field structure for them
at
org.mybatis.spring.MyBatisExceptionTranslator.translateExceptionIfPossible(MyBatisExceptionTranslator.java:77)
at
org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:446)
at com.sun.proxy.$Proxy153.selectList(Unknown Source)
at
org.mybatis.spring.SqlSessionTemplate.selectList(SqlSessionTemplate.java:230)
at
org.apache.ibatis.binding.MapperMethod.executeForMany(MapperMethod.java:139)
at org.apache.ibatis.binding.MapperMethod.execute(MapperMethod.java:76)`
There may also be some problems when responding to the timestamp type.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]