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
Is your feature request related to a problem? Please describe.
I'd like to be able to use the static type checking we get from the query_as! macro, but I'd like it to use the FromRow implementation.
This is necessary to concisely query more complicated types who's fields don't implement Decode
Is your feature request related to a problem? Please describe.
I'd like to be able to use the static type checking we get from the
query_as!
macro, but I'd like it to use theFromRow
implementation.This is necessary to concisely query more complicated types who's fields don't implement
Decode
Consider something simple like this:
This would be a PITA to use query_as! due to the limitations I mentioned above.
Describe the solution you'd like
Perhaps something like:
or
Describe alternatives you've considered
I'm not aware of any.
The text was updated successfully, but these errors were encountered: