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
At the moment arguments to a query object is just dumped into an options hash, which requires you to check type or existance of arguments in your query method and is tedius/error prone.
Instead we should base Querys on say structs from literal and have typed attributes defined using the attribute dsl
The text was updated successfully, but these errors were encountered:
At the moment arguments to a query object is just dumped into an options hash, which requires you to check type or existance of arguments in your query method and is tedius/error prone.
Instead we should base Querys on say structs from
literal
and have typed attributes defined using theattribute
dslThe text was updated successfully, but these errors were encountered: