Commit b7a89bf
committed
Merge branch 'bugfix/TrackedRecord-IsDirty' into release/5.1.0
Fixed a bug where a calling `SetValue()` with the same value that an existing record was set to would mark the record as `IsDirty`. Only changes in `Value` should result in `IsDirty`. This seems to stem from an issue with the `==` operator on `T` not using the `==` from `String`, even when `T` is of type `String`. This is an unexpected scenario, and will require further investigation. In the meanwhile, using `Equals()` solves #86.1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
458 | 458 | | |
459 | 459 | | |
460 | 460 | | |
461 | | - | |
| 461 | + | |
462 | 462 | | |
463 | 463 | | |
464 | 464 | | |
| |||
0 commit comments