-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ref(backup): More auto-deduced options datetime comparators
Previously, we only auto-deduced (from model field types) datetime equality comparators for fields that were already in the comparator map. This caused us to miss a lot of datetimes! Now we're more careful about this, with many more such comparators caught. I've also removed the snapshot test, and tested the exports directly instead, ensuring that they always include milliseconds in datetimes.
- Loading branch information
1 parent
6139b64
commit b1280ef
Showing
6 changed files
with
158 additions
and
46 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.