Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Incomplete
-
None
-
None
-
None
Description
i have this query: query.or(query.eq(partnerAttributeA, partner),query.eq(partnerAttributeB, partner));
and i get stackoverflow exception
how can i fix it?