Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
0.9.1
-
None
Description
executemany() with a delete statement fail:
cursor.executemany("DELETE from t1 WHERE a=?", vals); |
mariadb.DatabaseError: This command is not supported in the prepared statement protocol yet
|
Attachments
Issue Links
- is blocked by
-
MDEV-16278 Missing DELETE operation in COM_STMT_BULK_STMT
- Closed