-
Notifications
You must be signed in to change notification settings - Fork 112
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
comparing uncomparable type pgtype.VarcharArray #217
Comments
Error goes away and runs fine if I remove these lines Lines 27 to 32 in a4d4bbf
|
There's nothing that someone else can try to run here.
What do you mean generated code? pgtype doesn't have any code that looks like that. Also, I'd really suggest using pgx v5 instead of v4. |
Sorry I originally wrote this in the context of I will try to get a failing test today if I can reproduce easily. |
To Reproduce
Use a Postgres type
varchar[]
Create a query that queries it:
You'll see something like this in the generated code
Expected behavior
Actual behavior
The text was updated successfully, but these errors were encountered: