Replies: 1 comment 2 replies
-
I don't think so, because DMS uses the order of the columns and the index to generate the statements. Maybe, you can try different interceptors I guess, the nearest interceptors from the insert / update / delete command are, in order : |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, regarding to interceptors I'm reading this:
I wonder if I could remove columns from specific rows. My aim is avoid syncing all the fields of a row, if possible. My software can track field changes and saves information of last field date time change from each row of tracked entities. With an intercerptor I could get which fields from that row need to be synced. So the question is, could I remove not changed columns and sync to the client (or to the server) only desired ones?
Beta Was this translation helpful? Give feedback.
All reactions