[CONPY-31] cursor callproc implementation Created: 2019-11-20 Updated: 2021-02-15 Resolved: 2019-12-03 |
|
| Status: | Closed |
| Project: | MariaDB Connector/Python |
| Component/s: | DBAPI 2.0 |
| Affects Version/s: | None |
| Fix Version/s: | 0.9.52 |
| Type: | New Feature | Priority: | Major |
| Reporter: | Diego Dupin | Assignee: | Unassigned |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Cursor callproc method is not mandatory as pep249 indicate https://www.python.org/dev/peps/pep-0249/#callproc Since mysql driver and MySQLDB implement them, it seems necessary to implement them for compatibility. |