You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2020/09/02 16:00:47 UTC

[GitHub] [shardingsphere] sandynz commented on pull request #7231: Fix #7207 : INSERT...RETURING statement failed in PostgreSQL DML integration test

sandynz commented on pull request #7231:
URL: https://github.com/apache/shardingsphere/pull/7231#issuecomment-685833119


   When `preparedStatement.execute()` and `statement.execute(getSql())` return true, `statement.getResultSet()` return null, it might be a ShardingSphere issue.
   When testing with native jdbc, PostgreSQL will return not null `ResultSet`, though `getMoreResults()` return false.
   


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org