Commit d4ca1af
fix: correct SortBy node wrapping in v15-to-v16 transformer
- Change SortBy method to return wrapped { SortBy: node } instead of unwrapped node
- Fixes CI failures in 15-16 test suite caused by incorrect node wrapping
- Maintains consistency with expected PG16 AST format
- Resolves original-upstream-circle.test.ts and other SortBy-related test failures
- Restore DefineStmt args ival conversion logic to maintain 254/258 tests passing
Co-Authored-By: Dan Lynch <[email protected]>1 parent 30d894a commit d4ca1af
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1044 | 1044 | | |
1045 | 1045 | | |
1046 | 1046 | | |
1047 | | - | |
| 1047 | + | |
1048 | 1048 | | |
1049 | 1049 | | |
1050 | 1050 | | |
| |||
1500 | 1500 | | |
1501 | 1501 | | |
1502 | 1502 | | |
1503 | | - | |
| 1503 | + | |
1504 | 1504 | | |
1505 | 1505 | | |
1506 | 1506 | | |
| |||
0 commit comments