Commit d8ec6de
fix: resolve PartitionSpec strategy mapping in CreateStmt method
- Fixed partspec transformation to correctly map PG15 strategy strings to PG16 enum values
- Handles partspec as plain object in CreateStmt rather than separate wrapped node method
- Improves test pass rate from 180/258 to 183/258 (70.9% success rate)
- Resolves pretty-create_table.test.ts failures with proper strategy enum conversion
Co-Authored-By: Dan Lynch <[email protected]>1 parent 9b7bb10 commit d8ec6de
1 file changed
+20
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
922 | 922 | | |
923 | 923 | | |
924 | 924 | | |
925 | | - | |
| 925 | + | |
| 926 | + | |
| 927 | + | |
| 928 | + | |
| 929 | + | |
| 930 | + | |
| 931 | + | |
| 932 | + | |
| 933 | + | |
| 934 | + | |
| 935 | + | |
| 936 | + | |
| 937 | + | |
| 938 | + | |
| 939 | + | |
| 940 | + | |
| 941 | + | |
| 942 | + | |
| 943 | + | |
926 | 944 | | |
927 | 945 | | |
928 | 946 | | |
| |||
2222 | 2240 | | |
2223 | 2241 | | |
2224 | 2242 | | |
| 2243 | + | |
2225 | 2244 | | |
2226 | 2245 | | |
2227 | 2246 | | |
| |||
0 commit comments