Skip to content

Commit

Permalink
0004184: Incorrect resolver behavior: Failed to find and delete the
Browse files Browse the repository at this point in the history
blocking row
  • Loading branch information
erilong committed Dec 5, 2019
1 parent a02c469 commit bb5ae6d
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -202,7 +202,8 @@ public void needsResolved(AbstractDatabaseWriter writer, CsvData data, LoadStatu
default:
break;
}


writer.getContext().setLastError(null);
logConflictResolution(conflict, data, writer, resolvedData, lineNumber);
}

Expand Down

0 comments on commit bb5ae6d

Please sign in to comment.