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
Extend :: syntax to function calls for pg_catalog types
- Allow FuncCall node types to use :: syntax when casting to pg_catalog types
- Successfully converts CAST(public.gen_random_uuid() AS text) to public.gen_random_uuid()::text
- Updated pg-catalog test snapshot to reflect new behavior
- All 267 test suites pass with no regressions
Co-Authored-By: Dan Lynch <[email protected]>
0 commit comments