Commit 2cc7e92
committed
[#44] Use INNER JOIN in refs_view
The refs property_path/property_type ids are always populated and their lookup
rows written in the same transaction, so the joins always match. INNER JOIN
expresses that invariant and removes the theoretical NULL that LEFT JOIN implied,
making find-refs' property_path read unconditionally safe.1 parent ec18914 commit 2cc7e92
1 file changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| 61 | + | |
| 62 | + | |
61 | 63 | | |
62 | 64 | | |
63 | 65 | | |
64 | | - | |
65 | | - | |
| 66 | + | |
| 67 | + | |
66 | 68 | | |
67 | 69 | | |
68 | 70 | | |
| |||
0 commit comments