sfackler / rust-postgres

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

fix fromsql for domains #1189

Open zacknewman opened 5 days ago

zacknewman commented 5 days ago

Fixes #1188.

sfackler commented 3 days ago

Can you add a test for the case that was failing before this fix?

zacknewman commented 3 days ago

Added a test.