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
{{ message }}
This repository has been archived by the owner on Mar 30, 2022. It is now read-only.
After minutes of trying everything possible, i discovered this error is due the underscored column name (receive_emails). If i try another attribute (say "state") it works as expected.
Any workarounds to this particular issue? Am i forced to change this column name (remove the underscore?).
Thanks.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have a User model:
and then:
In my other_details table, i have a column named "receive_emails" that is a boolean, when i try to search by this attribute using:
I get:
After minutes of trying everything possible, i discovered this error is due the underscored column name (receive_emails). If i try another attribute (say "state") it works as expected.
Any workarounds to this particular issue? Am i forced to change this column name (remove the underscore?).
Thanks.
The text was updated successfully, but these errors were encountered: