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 upLet's make sure adding custom SQL types out of crate is a reasonable experience #162
Comments
leoschwarz
referenced this issue
May 8, 2017
Closed
Support user-defined `FromSql` and `ToSql` implementations #348
sgrif
added this to the 1.1 milestone
Dec 16, 2017
This comment has been minimized.
|
This is the main focus of 1.1 |
This was referenced Dec 16, 2017
This comment has been minimized.
|
It's done. |
sgrif
closed this
Jan 8, 2018
This comment has been minimized.
sunshowers
commented
Feb 6, 2018
|
Hi @sgrif -- you mentioned that there would be a doc page on how to do this. I looked for it but couldn't find it -- could you link to it? |
This comment has been minimized.
sunshowers
commented
Feb 6, 2018
|
OK, I found https://github.com/diesel-rs/diesel/blob/master/diesel_tests/tests/custom_types.rs. Looks promising. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sgrif commentedJan 31, 2016
This likely just requires cleaning up and exposing the macros in
types/imps/mod.rs, and writing up a documentation page on how to do this.