omg finally.

This commit is contained in:
David Lebée
2018-04-10 20:08:27 -05:00
parent 3075b565ae
commit 0e7aca052c
7 changed files with 50 additions and 333 deletions
@@ -83,6 +83,10 @@ namespace PoweredSoft.DynamicLinq.Parser
group = CreateAndAddGroup(groups, Expression.Parameter(piece.EnumerableType), group);
});
// if the last piece is empty.
if (group.Pieces.Count == 0)
groups.Remove(group);
return groups;
}
}