When there is a pending inline new-row draft together with staged cell edits/deletes, applying the changes only builds the UPDATE/DELETE statements — the new row's INSERT is silently dropped from the review and from execution.
Expected
The pending INSERT should appear in the "Review changes" SQL and be executed alongside the edits/deletes.
Addressed by broisnischal/stroke-app#21.
When there is a pending inline new-row draft together with staged cell edits/deletes, applying the changes only builds the UPDATE/DELETE statements — the new row's INSERT is silently dropped from the review and from execution.
Expected
The pending INSERT should appear in the "Review changes" SQL and be executed alongside the edits/deletes.
Addressed by broisnischal/stroke-app#21.