question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

getMoreResults Skips resultsets[BUG]

See original GitHub issue

Driver version

SQL Server version

Client Operating System

JAVA/JVM version

Table schema

Problem description

  1. Expected behaviour:
  2. Actual behaviour:
  3. Error message/stack trace:
  4. Any other details that can be helpful:

JDBC trace logs

Reproduction code

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:13 (5 by maintainers)

github_iconTop GitHub Comments

3reactions
cheenamalhotracommented, Feb 28, 2019

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.

1reaction
cheenamalhotracommented, Apr 12, 2019

Hi @michaeldenkmal @free2bcreative @softboy99

PR #991 was merged today, hence closing the issue. The fix will be available in next preview release.

Thank you!

Read more comments on GitHub >

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

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found