Description
At the moment, every but the very first call to execute on statement object results in 4 roundtrips:
// below are operation codes of incoming messages on the server side in the order they are appear
>>>>DEBUG incoming JDBC_MORE_RESULTS
>>>>DEBUG incoming JDBC_CURSOR_CLOSE
>>>>DEBUG incoming JDBC_EXEC
>>>>DEBUG incoming JDBC_CURSOR_CLOSE
First two looks suspicious given that query from the test is a single statement.
Attachments
Issue Links
- links to