You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: handle empty PG15 Integer nodes in v15-to-v16 transformer
- Fixed Integer transformation to detect empty nodes and populate with ival: -1
- Resolves CI test failure for CREATE AGGREGATE statements where PG15 produces empty Integer nodes
- Maintains 180/258 test pass rate while fixing specific parser difference between PG15 and PG16
- Verified fix works locally with original-define.test.ts now passing
Co-Authored-By: Dan Lynch <[email protected]>
0 commit comments