-
On the client we have DMS and a SQLite database with table Foo and column int Bar = 5 On the client we run this update: UPDATE Foo SET Bar = 5 No data has changed. Does the update trigger a DMS sync? |
Beta Was this translation helpful? Give feedback.
Answered by
Mimetis
Jan 1, 2021
Replies: 1 comment
-
The Update trigger compare all the values, if they are equals, nothing happens |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
VagueGit
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The Update trigger compare all the values, if they are equals, nothing happens