[CONCPP-119] Calling close() on the Connection object should cause closing of all Statement objects created on this connection Created: 2024-01-07 Updated: 2024-01-08 Resolved: 2024-01-08 |
|
| Status: | Closed |
| Project: | MariaDB Connector/C++ |
| Component/s: | General |
| Affects Version/s: | 1.1.2 |
| Fix Version/s: | 1.1.3 |
| Type: | Bug | Priority: | Major |
| Reporter: | Lawrin Novitsky | Assignee: | Lawrin Novitsky |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | 0d | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Description |
|
From very beginning C/C++ impements JDBC-like interface, and JDBC specs say "All Statement objects created from a given |
| Comments |
| Comment by Lawrin Novitsky [ 2024-01-08 ] |
|
The fix does not really close it, but changes isClosed() to report it is in case if Connection has been explicitly closed. |