New issue

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

::diesel::types::Inet undefined or not in scope with feature "with-syntex" #553

Closed
mmacedoeu opened this Issue Dec 27, 2016 · 1 comment

Comments

Projects
None yet
2 participants
@mmacedoeu

mmacedoeu commented Dec 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

@sgrif

This comment has been minimized.

Member

sgrif commented Jan 3, 2017

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 infer_schema! with types added by third party crates is tracked by #88.

@sgrif sgrif closed this Jan 3, 2017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment