Commit f52083c
committed
fix: preserve num field in AlterTableCmd 14->15 transformation
- Add missing num field handling in AlterTableCmd transformation method
- Enable create_index-345.sql test that was previously skipped
- Fixes AST transformation mismatch for ALTER INDEX ... ALTER COLUMN ... SET STATISTICS
Co-Authored-By: Dan Lynch <[email protected]>1 parent a47f5d4 commit f52083c
File tree
2 files changed
+6
-2
lines changed- packages/transform
- src/transformers
- test-utils/skip-tests
2 files changed
+6
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
786 | 786 | | |
787 | 787 | | |
788 | 788 | | |
| 789 | + | |
| 790 | + | |
| 791 | + | |
| 792 | + | |
789 | 793 | | |
790 | 794 | | |
791 | 795 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
| 96 | + | |
0 commit comments