FSharp.Linq.ComposableQuery icon indicating copy to clipboard operation
FSharp.Linq.ComposableQuery copied to clipboard

Expr terms missing.

Open ixtreon opened this issue 11 years ago • 0 comments
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:

  • Sequential
  • PropertySet

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

ixtreon avatar Jul 21 '14 16:07 ixtreon