cornucopia icon indicating copy to clipboard operation
cornucopia copied to clipboard

Support BPCHAR

Open jacobsvante opened this issue 1 year ago • 0 comments

Getting this error for a CHAR(2) column:

  × 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: https://github.com/cornucopia-rs/cornucopia/blob/d1229ae6948e691c40e851377b9e5a410305ec4f/crates/cornucopia/src/type_registrar.rs#L374-L394

jacobsvante avatar Jun 25 '24 12:06 jacobsvante