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
I am facing the above exception. I've defined a composite index that includes a boolean column and it's not working. Does anyone has an idea what's the problem?
The text was updated successfully, but these errors were encountered:
I have find with condition containing and between three columns like
:conditions => ["A = ? and B = ? and C = ?", "a", "b", true]
I have defined a combined index like
index [:A, :B, :C]
I'm getting this exception only in case of boolean column which in current case is C.
I am facing the above exception. I've defined a composite index that includes a boolean column and it's not working. Does anyone has an idea what's the problem?
The text was updated successfully, but these errors were encountered: