You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When doing diff on a table with a datetime column, geodiff does not handle NULL values correctly: if one value is null but the other value is not null, geodiff still evaluates it as if there was no change.
We weren't handling the case when the old or new value was null and the other wasn't.
In such case, create changeset would omit adding such row to the diff.
The datetime tests were updated to include rows with null datetime values.
We weren't handling the case when the old or new value was null and the other wasn't.
In such case, create changeset would omit adding such row to the diff.
The datetime tests were updated to include rows with null datetime values.
We weren't handling the case when the old or new value was null and the other wasn't.
In such case, create changeset would omit adding such row to the diff.
The datetime tests were updated to include rows with null datetime values.
When doing diff on a table with a datetime column, geodiff does not handle NULL values correctly: if one value is null but the other value is not null, geodiff still evaluates it as if there was no change.
Bug introduced in #109
The text was updated successfully, but these errors were encountered: