Filters being ignored when changes are made to client #1082
Replies: 1 comment
-
Closing this as answered and related beta version linked on #1081 |
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
-
Hi,
We've been testing syncing between SQL Server and SQLite over HTTP, and wanted to check if the behaviour of filters only applying to changes going in the server -> client direction is intended.
Using the Adventure Works sample database, we're syncing the Address table filtered to only include rows with the City column equal to 'Toronto'. However, if we add a row to the client database with the City column NOT equal to 'Toronto', the new row is pushed to the server database (same goes for any deletes/changes etc).
Is there a way to apply filters to the sync in the client -> server direction as well? Any insight appreciated.
Thanks,
Freddie
Beta Was this translation helpful? Give feedback.
All reactions