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
My immediate guess is that this is happening because the array types in pgx do not implement sql.Scanner.
If using github.com/stephenafamo/scan directly, it is possible to add the custom pgx types using WithScannableTypes. However, the code generated by Bob does not account for this.
Hi, I was trying to use bob with pgx. When I try to fetch items from QueryContext it gave me this error
I believe this is a problem with scanner. Please take a look.
The text was updated successfully, but these errors were encountered: