fix: filter on unselected columns in a table-valued function
This commit is contained in:
committed by
Steve Chavez
parent
cd5a611a1a
commit
f53147674e
@@ -25,6 +25,7 @@ data CallPlan = FunctionCall
|
||||
, funCScalar :: Bool
|
||||
, funCSetOfScalar :: Bool
|
||||
, funCRetCompositeAlias :: Bool
|
||||
, funCFilterFields :: Set FieldName
|
||||
, funCReturning :: Set FieldName
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user