Task #27679
Make BatchAppend use BatchInput_t for consistency with BatchSubmit
Start date:
27/05/2025
Due date:
% Done:
100%
Estimated time:
Description
Changed BatchAppend
to accept []BatchInput_t
instead of []batchsqlc.InsertIntoBatchRowsParams
. This makes the API consistent between BatchSubmit and BatchAppend and aligning with wiki documentation.