Bug #113127 | Execution of executeUpdate Closes Previously Acquired ResultSet | ||
---|---|---|---|
Submitted: | 18 Nov 2023 8:11 | Modified: | 14 Jan 17:06 |
Reporter: | Wenqian Deng | Email Updates: | |
Status: | No Feedback | Impact on me: | |
Category: | Connector / J | Severity: | S3 (Non-critical) |
Version: | 8.1.0 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[18 Nov 2023 8:11]
Wenqian Deng
[24 Nov 2023 6:13]
MySQL Verification Team
Hello Wenqian Deng, Thank you for the report and test case. Verified as described. regards, Umesh
[14 Dec 2023 17:05]
Axyoan Marcelo
Posted by developer: According to the ResultSet documentation https://docs.oracle.com/javase/8/docs/api/java/sql/ResultSet.html "A ResultSet object is automatically closed when the Statement object that generated it is closed, re-executed, or used to retrieve the next result from a sequence of multiple results." The ResultSet closing is thus the expected behavior, as the Statement that generated it was re-executed
[15 Jan 1:00]
Bugs System
No feedback was provided for this bug for over a month, so it is being suspended automatically. If you are able to provide the information that was originally requested, please do so and change the status of the bug back to "Open".