[CONPY-187] bulk execute fails when running against MySQL Created: 2021-12-19 Updated: 2021-12-19 Resolved: 2021-12-19 |
|
| Status: | Closed |
| Project: | MariaDB Connector/Python |
| Component/s: | DBAPI 2.0 |
| Affects Version/s: | 1.1.0b2 |
| Fix Version/s: | 1.1.0rc1 |
| Type: | Bug | Priority: | Major |
| Reporter: | Georg Richter | Assignee: | Georg Richter |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | documentation | ||
| Python Version: | 3.10 |
| Description |
|
When executing a bulk operation Connector/Python 1.1 checks server_capabilities instead of extended server_capabilities to determine if the connected server supports bulk in binary protocol. Kudos to Diego Dupin which found this issue. |
| Comments |
| Comment by Georg Richter [ 2021-12-19 ] |
|
Fixed in rev. aaba6e2e115013105f4bb9f7a72b42be37af1c14 Please note that this bug affects Python 1.1 only |