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
IMemberTranslator.Translate should return null for unhandled expressions, but implementation in singleCaseUnionMemberTranslator returns received expression:
I don't have isolated test, but it creates issue for us here linq2db/linq2db#3743 - we receive expression after translation in place where we should receive null
The text was updated successfully, but these errors were encountered:
IMemberTranslator.Translate
should returnnull
for unhandled expressions, but implementation insingleCaseUnionMemberTranslator
returns received expression:EFCore.FSharp/src/EFCore.FSharp/Translations/SingleCaseUnionTranslation.fs
Line 12 in a43b78c
I don't have isolated test, but it creates issue for us here linq2db/linq2db#3743 - we receive expression after translation in place where we should receive null
The text was updated successfully, but these errors were encountered: