Commit f588862
fix: remove dead _part_integrity attribute, add iteration comment
_part_integrity was set in __init__, copy constructor, and cascade()
but never read — part_integrity flows as a function argument to
_propagate_restrictions(), not through instance state.
Add comment explaining the 50-iteration safety limit in
load_all_downstream() (cross-schema FK chains could theoretically
cycle, unlike the DAG within a schema).
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent aabc88d commit f588862
2 files changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
242 | 242 | | |
243 | 243 | | |
244 | 244 | | |
245 | | - | |
246 | | - | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
247 | 249 | | |
248 | 250 | | |
249 | 251 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
102 | | - | |
103 | 102 | | |
104 | 103 | | |
105 | 104 | | |
| |||
127 | 126 | | |
128 | 127 | | |
129 | 128 | | |
130 | | - | |
131 | 129 | | |
132 | 130 | | |
133 | 131 | | |
| |||
357 | 355 | | |
358 | 356 | | |
359 | 357 | | |
360 | | - | |
| 358 | + | |
361 | 359 | | |
362 | 360 | | |
363 | 361 | | |
| |||
0 commit comments