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
NullReferenceException in being thrown when trying to query with fetch and where condition on fetched data. This happens with v5.4.0+; v5.3.16 works without issues. Setup is a bit complex, hope that repro code bellow will explain it better.
It seems likely to me it has the same root cause than #3290. May you try disabling detect_fetch_loops and setting max_fetch_depth to an appropriate, large enough value for your case? See bef3bb7Configure method.
NullReferenceException
in being thrown when trying to query with fetch and where condition on fetched data. This happens with v5.4.0+; v5.3.16 works without issues. Setup is a bit complex, hope that repro code bellow will explain it better.Tested with the following database schema:
The text was updated successfully, but these errors were encountered: