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
Is your feature request related to a problem? Please describe.
Using queryBuilder, I could do: qb.andWhere('permission_bits & :inputPermissionBits <> 0', { inputPermissionBits });
but the current query filter don't support it.