Commit b87e6e8
refactor: use split_full_table_name() in create_index_ddl
Replace the last ad-hoc name split in the codebase:
full_table_name.split(".")[-1].strip('`"') -> split_full_table_name()
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent df908b7 commit b87e6e8
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
647 | 647 | | |
648 | 648 | | |
649 | 649 | | |
650 | | - | |
| 650 | + | |
651 | 651 | | |
652 | 652 | | |
653 | 653 | | |
| |||
0 commit comments