This repository has been archived by the owner on Aug 2, 2024. It is now read-only.
Replies: 1 comment
-
The errors for the batch is created for each batch. I should have a set of methods for dealing with the errors table, but that doesn't exist. How do folks want that to work? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have noticed an issue when trying to push a single table, but I'm not sure if its a bug or intended,
At the moment I have a single record in the _errors table for table A, now if I try to push table B I get an error which seems odd because the pushing of table B worked fine. It returns the error due to the previous error of table A now stored in the __errors table.
It is this code here in the PushItemsAsync method. It just gets all records from the __errors table and reports the problem.
Surely it should just get errors from the table I am trying to push ?
Beta Was this translation helpful? Give feedback.
All reactions