How to sync with Sqlite using change tracking #612
-
Beta Was this translation helpful? Give feedback.
Answered by
gaurakshay
Sep 14, 2021
Replies: 1 comment 1 reply
-
@AlfaGTA it is my understanding that the tracking tables will not be needed on the SQLServer if you use change tracking. However, since SQLite doesn't have a concept of change tracking, the tracking tables are still required to keep track of the changes in the SQLite DB. So what you are noticing is expected. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Mimetis
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@AlfaGTA it is my understanding that the tracking tables will not be needed on the SQLServer if you use change tracking. However, since SQLite doesn't have a concept of change tracking, the tracking tables are still required to keep track of the changes in the SQLite DB. So what you are noticing is expected.