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
Currently experimenting with sqlx. So far it was awesome, but now I am stuck.
I want to do a WHERE IN query, where I have a list of ids (Vec<i64) as the parameter.
But I get that Vec: sqlx::Type<_> is not satisfied.... I understand what that means, but I am not sure how to circumvent this.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi!
Currently experimenting with sqlx. So far it was awesome, but now I am stuck.
I want to do a WHERE IN query, where I have a list of ids (Vec<i64) as the parameter.
But I get that Vec: sqlx::Type<_> is not satisfied.... I understand what that means, but I am not sure how to circumvent this.
Any ideas appreciated!
Beta Was this translation helpful? Give feedback.
All reactions