[CONJ-396] no multiple resultsets returned Created: 2016-12-05 Updated: 2016-12-21 Resolved: 2016-12-20 |
|
| Status: | Closed |
| Project: | MariaDB Connector/J |
| Component/s: | Other |
| Affects Version/s: | 1.4.6, 1.5.5 |
| Fix Version/s: | 1.5.6 |
| Type: | Bug | Priority: | Major |
| Reporter: | Richard Stracke | Assignee: | Diego Dupin |
| Resolution: | Fixed | Votes: | 2 |
| Labels: | None | ||
| Environment: |
Ubuntu Xenial, Intellij,MariaDB 10.1.14,java-1.8.0-openjdk-amd64 |
||
| Attachments: |
|
| Description |
|
Steps to reproduce: Run attached code with different connectors Version 1.55 and 1.46 1 rows in result set 1 Version 1.37 |
| Comments |
| Comment by David Smith [ 2016-12-15 ] |
|
Hi, We are also running in to this issue when calling a stored procedure that returns 9 result sets. The stored procedure returns the result sets correctly when called manually from Heidi. Debugging through the call to MariaDbStatement.getMoreResults() in Eclipse and the first time I can see all 9 result sets available. The second call is OK too, but the third call shows there to be no more results available. I get this issue with Connector/J 1.5.5 and 1.4.6. Thanks, |
| Comment by Diego Dupin [ 2016-12-20 ] |
|
correction in 1.5.6 (release tomorrow) |