-
Notifications
You must be signed in to change notification settings - Fork 627
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cant retrieve multiple result sets from PreparedStatement.execute() #1062
Comments
Yes, this is a known limitation. |
Duplicate of #277 |
Can you elaborate about this issue, I would really like to know more because I'm producing db library supporting I would be more than happy if you provide some links related to this for further reading. |
did you read #277 ? it has all the info |
Yes I did... But I wonder if there is more informations related to this? |
No |
Describe the bug
If I run multiple queries per prepared statement...
And try to retrieve first 2 results I get only first result set per prepared statement.
PS: This code works on postgresql driver and mariadb driver...
Expected behavior
The result set should get more results not only 1.
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: