We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Describe the bug I have a row in my db like this rep:[ {id:1,commentaryt:"com"} ]
rep:[ {id:1,commentaryt:"com"} ]
Query: r.Table("table").Filter(func(row r.Term) r.Term { return row.Field("rep").Field("id").Eq(userid) }) return nil
r.Table("table").Filter(func(row r.Term) r.Term { return row.Field("rep").Field("id").Eq(userid) })
System info
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
I have a row in my db like this
rep:[ {id:1,commentaryt:"com"} ]
Query:
r.Table("table").Filter(func(row r.Term) r.Term { return row.Field("rep").Field("id").Eq(userid) })
return nil
System info
The text was updated successfully, but these errors were encountered: