Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign up::diesel::types::Inet undefined or not in scope with feature "with-syntex" #553
Comments
This comment has been minimized.
|
We don't currently support the inet type. You can find a list of all types that we currently have implemented in the core crate at http://docs.diesel.rs/diesel/types/index.html and http://docs.diesel.rs/diesel/pg/types/sql_types/index.html. Support for using |
sgrif
closed this
Jan 3, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
mmacedoeu commentedDec 27, 2016
I have tried a modified getting_started_step_4 example with a pg Inet data type field. It got inferred from schema but it is ultimately undefined