libsql: Fix total_changes accumulation for SQL over HTTP batch execution
The batch_inner() updates affected_row_count but never adds it to total_changes. Only finalize() did, so total_changes was missing the contributions of all intermediate batch/execute operations.
P
PThorpe92 committed
b7cc2b86bd6eae4cacbde6760ae7fecfc471c770
Parent: 99e6ad3
Committed by Pekka Enberg <penberg@turso.tech>
on 3/19/2026, 9:54:10 AM