You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I think this issue might be related to an earlier issue #296 I opened, or maybe not.
It's very easy to reproduce.
Consider this query (not very imaginative, but it reproduces) var res = await dbContext.Categories.Where(c=>c.Name.Contains(c.SubName)).ToListAsync();
Please note that in case of NVARCHAR2 and NCLOB combination there is the same problem.
It's not the same, I applied AppContext.SetSwitch("Microsoft.EntityFrameworkCore.Issue32325", true); and it solved another issue where strings were concatenated, but this issue remains.
Please try to reproduce, you should see that the workaround has no effect.
Hi, I think this issue might be related to an earlier issue #296 I opened, or maybe not.
It's very easy to reproduce.
Consider this query (not very imaginative, but it reproduces)
var res = await dbContext.Categories.Where(c=>c.Name.Contains(c.SubName)).ToListAsync();
The text was updated successfully, but these errors were encountered: