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
refactor(ast): move SETOF from DataType into FunctionReturnType enum
SETOF is a PostgreSQL-specific modifier for function return types, not a
standalone data type. Introduce FunctionReturnType enum with DataType and
SetOf variants, replacing DataType::SetOf.
Addresses review feedback on #2217.
0 commit comments