Commit 26264d4
fix: reset alias node counter on dependencies clear
Fixed bug where combining diagrams created duplicate alias nodes (orange
dots for renamed FKs). The issue was that _node_alias_count wasn't reset
when clear() was called, so each load() created new IDs.
Now Person + Marriage shows 2 alias nodes instead of 4.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent ba1a237 commit 26264d4
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
| 140 | + | |
140 | 141 | | |
141 | 142 | | |
142 | 143 | | |
| |||
0 commit comments