Details
-
Task
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
1.1.0b1
-
None
-
None
-
3.6 - 3.9
Description
When connecting to a database server which doesn't support bulk execution commands are executed in a loop row by row.
While this is ok for DELETE and UPDATE commands, REPLACE and INSERT should be optimizied by rewriting the statement and using multi value syntax.
Attachments
Issue Links
- causes
-
CONPY-267 Behavior of executemany() is inconsistent between MariaDB and non-MariaDB servers
- Open
- is blocked by
-
MDEV-26673 COM_STMT_EXECUTE (bulk) returns error on INSERT .. SELECT ....
- Open