Commit 34084fd
committed
Merge branch 'bugfix/DeleteOrphanedLastModifiedAttributes' into release/5.1.0
Previously, the `DeleteOrphanedLastModifiedAttributes` only accounted for `LastModified`, not `LastModifiedBy`—and, as such, would not get tripped if both the `LastModified` _and_ `LastModifiedBy` attributes were updated at the same time, even if no other attributes were updated. Further, it didn't account for `TopicReferences` or `Relationships`—which, as of OnTopic 5.0.0, are also versioned. As a result, this would yield a false positive if the `LastModified` and `LastModifiedBy` attributes accompanied a change that only otherwise affected topic associations. The resolves #88.1 file changed
Lines changed: 10 additions & 2 deletions
File tree
- OnTopic.Data.Sql.Database/Utilities/Stored Procedures
Lines changed: 10 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
44 | 50 | | |
45 | 51 | | |
46 | | - | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
47 | 55 | | |
48 | 56 | | |
49 | 57 | | |
| |||
0 commit comments