Open IanKemp opened 1 week ago
Putting in the backlog as a possible translation. One problem with this kind of translation is that it duplicates its argument (in this many times over); this is OK if the argument is a simple value (column), but if it's e.g. a complex scalar subquery, that would reevaluate the subquery many times over. At least at first, I'd not perform the translation in that case.
@roji I would like to work on this method translation. I am new to the repo, I will try to understand the translation and then start working on the code. I think this PR would be a good reference to understand the method translation #31180
@mseada94 sure thing, go ahead.
As title.
Transform to
which would then translate (using the current mapping of
EF.Functions.DateTimeFromParts
) to the SQL