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 CreateTransformStmt objfuncargs creation by wrapping fromsql/tosql as ObjectWithArgs
- Explicitly wrap fromsql and tosql properties in ObjectWithArgs wrapper before transformation
- Follows same pattern as CreateCastStmt for proper objfuncargs generation
- Fixes object_address test that was missing objfuncargs in CreateTransformStmt contexts
- Current status: 237/258 tests passing (91.9%)
Co-Authored-By: Dan Lynch <[email protected]>
0 commit comments