Skip to content
This repository has been archived by the owner on Aug 2, 2024. It is now read-only.

Sync Unchanged Records #705

Discussion options

You must be logged in to vote

Without some additional information about the way things are set up, I can't say.

The search says "find records where updatedAt > 2021-05-19T08:46:40.547Z"
The record holds the exact same date. Since it's gt and not ge, it should not be included.

However, some databases don't have a resolution for comparison that fine. Your database must be configured such that the comparison is on ms accuracy. Essentially, the database gets queried for this comparison and returns the record. The service just interprets this and returns it.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@GhayasAbouFakher
Comment options

Answer selected by GhayasAbouFakher
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants