[RM-4241] SQL Backend: ResolvingExpressionVisitor.VisitConstantExpression does not revisit the resolved result
Component/s: Data.Linq
Issue Type: Bug
Resolution: Fixed
Status: Closed
When the mapping resolver returns something from ResolveConstantExpression, that result needs to be revisited (because it might itself contain resolvable expressions).
[RM-4239] SQL Backend: Change SqlEntityConstantExpression to take an Expression for its primary key
Component/s: Data.Linq
Issue Type: New Feature
Resolution: Fixed
Status: Closed
Currently, it only takes an object value, which does not hold enough metadata for many scenarios. This should be changed