There is a strange happening with the sync framework and not all records all synced.
Problem is this:
For example the select changes is called with the @sync_min_timestamp value = 139252775.
And many 20 records are selected and synced. The last UV is UV: 0,139252831
the next sync On this table the select changes selects from @sync_min_timestamp value = 139252834
and the change that hapened with the timestamp 139252833 is newer selected and synced. I know that i looked in the trackign table and the record that is not synced has the local_update_peer_timestamp = 139252833 and is newer selected in the
select changes...
Does anybody have same problems that not all records are synced? Waht is the sollution is this a bug?