We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Getting this error for a CHAR(2) column:
CHAR(2)
× Couldn't register SQL type. ╭─[./spotpilot-db/queries/site.sql:6:1] 6 │ -- 7 │ --! select_one: DbSite · ─────┬──── · ╰── this query contains an unsupported type (name: country, type: bpchar) 8 │ SELECT
I guess this is because BPCHAR is not mentioned here:
cornucopia/crates/cornucopia/src/type_registrar.rs
Lines 374 to 394 in d1229ae
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Getting this error for a
CHAR(2)
column:I guess this is because BPCHAR is not mentioned here:
cornucopia/crates/cornucopia/src/type_registrar.rs
Lines 374 to 394 in d1229ae
The text was updated successfully, but these errors were encountered: