mirror of
https://github.com/mariadb-corporation/mariadb-connector-python.git
synced 2025-07-27 13:01:19 +00:00

If a bulk operation is executed and the statement doesn't need to be reprepared, only array size has to be updated, since setting the number of parameters (STMT_ATTR_PREBIND_PARAMS) will reset the statement in Connector/C.