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
feat: implement PG16->PG17 JSON type transformation with pg_catalog prefix handling
- Add TypeCast method to handle both wrapped and unwrapped TypeName results
- Implement JSON type detection and pg_catalog prefix addition
- Achieve 255/258 tests passing (98.8% success rate) in kitchen-sink/16-17 suite
- Follow v13-to-v14 transformer patterns for consistency
- Handle edge cases in TypeName transformation for JSON types
Co-Authored-By: Dan Lynch <[email protected]>
0 commit comments