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: preserve Integer ival field in v14-to-v15 and add missing ival in v15-to-v16 transformations
- Remove problematic logic in V14ToV15Transformer Integer method that was stripping ival field when value was -1
- Add Integer method to V15ToV16Transformer to ensure ival field is present with default value -1
- Fixes define test where PG15 empty Integer {} needs to transform to PG16 Integer { ival: -1 }
Co-Authored-By: Dan Lynch <[email protected]>
0 commit comments