FSharp.Linq.ComposableQuery
FSharp.Linq.ComposableQuery copied to clipboard
Expr terms missing.
trafficstars
There are a number of terms which are valid input to the default QueryBuilder but not to the FSharpComposableQuery builder. This happens since not all valid literals of type FSharpExpr have their equivalent as Exp.
Such terms include:
SequentialPropertySet
These two can be reproduced by changing the final yield d.dpt statement in the expertise query in the Nested.fs file to yield (new Department(Dpt=d.dpt)) after implementing the changes in commit b7c5bce1aab310c472a5b7209710644692494c13