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
contains in query derivation of an ElementCollection creates a proper isMember clause but encloses the argument in % leading to the wrong result. #2607
When looking at the code CONTAINING is obviously intended to work with Strings (and be translated to x like %?%) and for collections where it gets translated to an isMemberOf. But in the later case the argument is still wrapped with % resulting in the condition yielding the wrong results. In most cases non at all.