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
Documentation on slice as parameter to a query (#999)
I spent quite a time figuring this one out because it's not mentioned in the documentation that we have to pass postgres data types. I was using
ANY(sqlc.arg(roles)::string[]) which is supposed to be ANY(sqlc.arg(roles)::varchar[]).
0 commit comments