Commit 4e9ec50
committed
Merge branch 'bugfix/SqlTopicRepository.Save-implicit-IsDirty' into develop
This resolves a bug in which attributes which had been reconfigured from extended to indexed storage weren't being saved by `SqlTopicRepository.Save()` unless the `Topic` was explicitly marked as `IsDirty()`. This fix ensures that topics that are _implicitly_ dirty due to `IsExtendedAttribute` mismatches are treated as `IsDirty()` as far as `Save()` is concerned. This was already supported for indexed attributes configured as extended attributes, but not the other way around.
This resolves Issue #73.1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
373 | 373 | | |
374 | 374 | | |
375 | 375 | | |
376 | | - | |
| 376 | + | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
377 | 380 | | |
378 | 381 | | |
379 | 382 | | |
| |||
0 commit comments