-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Bug "UNION types \"char\" and text cannot be matched" with v9.0.1.+++ versions, #2410
Comments
Which PostgreSQL version are you using? Can you try to put together a reproducible example? There's probably something in your schema that triggers this. |
You could also have a look at the PostgreSQL logs - the statement that failed should be logged there, could you show us that, too? |
I'm using the postgres 15 beta 2. I think that I found the query that fails, if I try to manually execute it it fails: Found here: postgrest/src/PostgREST/DbStructure.hs Lines 655 to 809 in bac63f3
I'm trying to figure out why: |
Clossing this as this was corrected in v10.0.0! Thanks. |
Environment
Description of issue
I was trying versions above v9.0.1, from v9.0.1.20220714, but when I change the docker image I just receive errors in the docker logs. Any idea what could it be? If I just go back to the stable v9.0.1 it works ok. I tried a schema reload without success.
The text was updated successfully, but these errors were encountered: