leehaut opened a new pull request, #7195:
URL: https://github.com/apache/hop/pull/7195

   Fix https://github.com/apache/hop/issues/7184
   
   - Add optional batch delete support to the `Delete` transform, aligned with 
the existing `Update` transform (`use_batch` + `commit` size).
   - Wire batch execution through `Database.insertRow(..., useBatchUpdate, 
true)` and flush remaining batches on dispose via `emptyAndCommit()`.
   - Add **Use batch deletes** checkbox in `DeleteDialog`, with the same 
error-handling constraint as Update on databases that do not support batch + 
error handling together.
   - Expand unit tests for all delete plugin classes (meta, SQL generation, 
batch vs non-batch execution, injection, data model).
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to