Skip to content
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

Fix date/time handling when string values are not the same #151

Merged
merged 1 commit into from
Oct 13, 2021

Conversation

wonder-sk
Copy link
Contributor

This fixes the issue when applying a diff with date/time values, but the representation of date/time values as strings is slightly
different even though they refer to the same date/time.

Fixes both the case with update and the case with delete.
Insert does not need fixing as there is no comparison with previous values.

Fixes #143

This fixes the issue when applying a diff with date/time values,
but the representation of date/time values as strings is slightly
different even though they refer to the same date/time.

Fixes both the case with update and the case with delete.
Insert does not need fixing as there is no comparison with previous values.
Copy link
Contributor

@tomasMizera tomasMizera left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

@tomasMizera tomasMizera merged commit 69637a8 into master Oct 13, 2021
@alexbruy alexbruy deleted the fix-143-robust-datetime-handling branch September 20, 2022 12:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

apply: error deleting rows due to date/time mismatch
2 participants