fix: updating logic for REPLACE loadtype #25

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

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.

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.
allan added 1 commit 2023-08-25 11:19:00 +00:00
fix: updating logic for REPLACE loadtype
All checks were successful
Build / Build-and-ng-test (pull_request) Successful in 24s
1f2ce55f24
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.
allan merged commit b64bbe91d4 into development 2023-08-25 11:19:16 +00:00
allan deleted branch replace 2023-08-25 11:19:16 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: dc/dc#25
No description provided.