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
"Given a class B that is properly mirrored in the db, I want to run a query against it, ideally something complex like fieldA == 'me' || fieldB == 'you', and have the results come back as they normally do in a findAll call, all nice and organized as instances of class B"
This use case was raised as part of discussion within issue 53 and looks a reasonable item for us to implement.
The text was updated successfully, but these errors were encountered:
"Given a class B that is properly mirrored in the db, I want to run a query against it, ideally something complex like fieldA == 'me' || fieldB == 'you', and have the results come back as they normally do in a findAll call, all nice and organized as instances of class B"
This use case was raised as part of discussion within issue 53 and looks a reasonable item for us to implement.
The text was updated successfully, but these errors were encountered: