How does the library handle records with identical timestamps? #409
Unanswered
wesleyteixeira
asked this question in
Q&A
Replies: 0 comments
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.
-
I'm studying this framework and have a question about how it handles this scenario, or if it's a known limitation.
Scenario
UpdatedAt = '2024-10-20T10:30:45.123Z'
'2024-10-20T10:30:45.123Z'
WHERE UpdatedAt > '2024-10-20T10:30:45.123Z'
Common Patterns for Handling This
Id
) for ordering:rowversion
instead of a timestamp, sincerowversion
is guaranteed to be unique and monotonically increasing:Does Datasync Community Toolkit handle this scenario in any of these ways, or is it a known limitation?
Beta Was this translation helpful? Give feedback.
All reactions