fix: updating logic for REPLACE loadtype #25

Merged
allan merged 1 commits from replace into development 2023-08-25 11:19:16 +00:00

1 Commits

Author SHA1 Message Date
1f2ce55f24 fix: updating logic for REPLACE loadtype
All checks were successful
Build / Build-and-ng-test (pull_request) Successful in 24s
Staged rows are always considered as NEW, and previous rows are considered DELETED
This is consistent with the fact that REPLACE involves a delete *, followed by an append.
2023-08-25 12:17:43 +01:00