[CONPY-164] execute() with INSERT statement fails after executemany() Created: 2021-09-07 Updated: 2021-09-07 Resolved: 2021-09-07 |
|
| Status: | Closed |
| Project: | MariaDB Connector/Python |
| Component/s: | DBAPI 2.0 |
| Affects Version/s: | 1.1.0a1 |
| Fix Version/s: | 1.1.0b1 |
| Type: | Bug | Priority: | Major |
| Reporter: | Georg Richter | Assignee: | Georg Richter |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Python Version: | 3.9 |
| Description |
|
Since execute() and executemany() use the same callback for retrieving data, array_size needs to be cleared. Example: import mariadb
raises exception: |