[CONPY-123] cursor.close() doesn't clear pending result sets Created: 2020-10-12 Updated: 2020-10-12 Resolved: 2020-10-12 |
|
| Status: | Closed |
| Project: | MariaDB Connector/Python |
| Component/s: | DBAPI 2.0 |
| Affects Version/s: | 1.0.3 |
| Fix Version/s: | 1.0.4 |
| Type: | Task | Priority: | Major |
| Reporter: | Georg Richter | Assignee: | Georg Richter |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
When there arr pending result sets, cursor.close() needs to clear them to prevent out of sync errors when executing another cursor.
results in following error: |
| Comments |
| Comment by Georg Richter [ 2020-10-12 ] |
|
Fixed rev. 020017ee33876940bd4961ac963cb1023ae4ed74 |