[CONPY-94] Subtypes not supported Created: 2020-08-06 Updated: 2020-08-06 Resolved: 2020-08-06 |
|
| Status: | Closed |
| Project: | MariaDB Connector/Python |
| Component/s: | DBAPI 2.0 |
| Affects Version/s: | 1.0.0 |
| Fix Version/s: | 1.0.1 |
| Type: | Bug | Priority: | Major |
| Reporter: | Georg Richter | Assignee: | Georg Richter |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | sqlalchemy | ||
| Description |
|
When creating a subtype of int, it can't be used in execute()/executemany() methods: The following snippet
fails with
|