sfackler / rust-postgres

Native PostgreSQL driver for the Rust programming language
Apache License 2.0
3.39k stars 429 forks source link

Vec<T> with custom postgres types just doesn't work #1136

Closed lolpro11 closed 2 months ago

lolpro11 commented 2 months ago

Error: Unable to convert from rust::MeetingInfo to _MeetingInfo postgres type

sfackler commented 2 months ago

Please provide a full, self contained example of the behavior.

lolpro11 commented 2 months ago

Update: it seems to be an issue with Postgres renaming my types into lowercase format. Thank you for your help.