getMoreResults Skips resultsets[BUG]
See original GitHub issueDriver version
SQL Server version
Client Operating System
JAVA/JVM version
Table schema
Problem description
- Expected behaviour:
- Actual behaviour:
- Error message/stack trace:
- Any other details that can be helpful:
JDBC trace logs
Reproduction code
Issue Analytics
- State:
- Created 5 years ago
- Comments:13 (5 by maintainers)
Top Results From Across the Web
1. MySQL Connector/J - P I R L
MySQL provides connectivity for client applications developed in the Java programming language via a JDBC driver, which is called MySQL Connector/J.
Read more >MySQL Connector/J 5.1 Release Notes
Connector/J now, again, skips this operation if the driver is potentially shared with ... though Connector/J supports multiple result sets. (Bug #57380).
Read more >Index (jTDS API) - jTDS JDBC Driver - SourceForge
getMoreResults () - Method in class net.sourceforge.jtds.jdbc. ... ResponseStream: Skips a String from the server response stream.
Read more >Chapter 23. Connectors - UnixWare 7 Documentation
getMoreResults (); } // // Retrieve output parameters // // Connector/J ... your MySQL server has been installed with the "--skip-networking" option set, ......
Read more >E.6. MySQL Connector/J Change History - Yaldex
When using cached metadata, skip field-level metadata packets coming from the ... thrown for new decimal type when using updatable result sets. (Bug#14609)....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi @martinm1000 @biasb
This issue occurs only in cases where SQL Warnings are recieved with ResultSets. If no SQL Warnings are recieved, the driver does not attempt parsing them and the resultsets are available as expected. We have found out the warning parsing is parsing additional information which is leading in missing next ResultSet from stream.
Work is in progress to fix this behavior, will let you know soon.
Hi @michaeldenkmal @free2bcreative @softboy99
PR #991 was merged today, hence closing the issue. The fix will be available in next preview release.
Thank you!