Commit b88ede7
fix: use restriction_attributes property instead of private _restriction_attributes
FreeTable._restriction_attributes is None by default. The property
accessor initializes it to set() on first access. The make_condition
call in part_integrity="cascade" upward propagation was using the
private attribute directly, causing AttributeError when columns=None.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent d2626e0 commit b88ede7
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
518 | 518 | | |
519 | 519 | | |
520 | 520 | | |
521 | | - | |
| 521 | + | |
522 | 522 | | |
523 | 523 | | |
524 | 524 | | |
| |||
0 commit comments