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
It throws syntax error at or near ")" if you set an empty array for IN query.
This should be fixed by checking whether given array is empty or not when adding new criteria and simply it can be discarded as we applied so for null values.
It throws
syntax error at or near ")"if you set an empty array for IN query.This should be fixed by checking whether given array is empty or not when adding new criteria and simply it can be discarded as we applied so for null values.