-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cursor tiebreaker #27
Comments
Hey! I'm looking into potentially using this library. But no ID tiebreakers is a deal-breaker unfortunately. Do you know if this is still the case @Fedaz8 ? Thanks! |
I've not looked at the project I was using this in for some time now unfortunately. I can't recall exactly what happened with this. |
Gotcha - thanks for the swift reply 😊 @charlie-hadden do you know perhaps then? And if not implemented, maybe if you have a pointer to where to look? If the other parts of this lib works for my use-cases I could look at making a PR potentially. Thanks! |
Sorry I somehow missed this issue when it was first posted up. ID tie breakers should work correctly already. I won't get time to properly confirm until the weekend, but from looking at the sample provided in this issue, I believe the explicit manual I'll try and find time at the weekend to make sure there isn't a real issue here, but it you give it a test before then and find that it is an issue, do please let me know. Thanks |
Nice, ok thanks ! Sounds like perhaps it isn't an issue after all then 😊 |
I've noticed that
id
isn't working as a tiebreaker for duplicateupdatedAt
values using the following code:I know that my
id
s are all unique and I also know that I do have duplicateupdatedAt
values in my dbThe text was updated successfully, but these errors were encountered: