Closed ajcvickers closed 1 year ago
problem is, when we process join and add inner projection to the result, we need to remap all the indexes to new values. We were not doing this for jsonProjectionInfo.JsonColumnIndex
, so we were trying to extract json object based on wrong index, resulting in the exception.
One of the new-in-EF7 queries now fails:
SQL from EF7:
SQL from EF8:
Exception from EF8:
Repro: