Commit df908b7
refactor: use adapter.split_full_table_name() in FreeTable and add_parts
Replace two more ad-hoc name-splitting implementations:
- FreeTable.__init__: was s.strip('`"') for s in name.split(".")
- Diagram.add_parts.is_part: same pattern
Both now use the canonical adapter.split_full_table_name().
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 3d5561e commit df908b7
2 files changed
+6
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
208 | 208 | | |
209 | 209 | | |
210 | 210 | | |
| 211 | + | |
| 212 | + | |
211 | 213 | | |
212 | | - | |
213 | | - | |
214 | | - | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
215 | 217 | | |
216 | 218 | | |
217 | 219 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1559 | 1559 | | |
1560 | 1560 | | |
1561 | 1561 | | |
1562 | | - | |
1563 | | - | |
| 1562 | + | |
1564 | 1563 | | |
1565 | 1564 | | |
1566 | 1565 | | |
| |||
0 commit comments