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 upinfer_schema!() with postgres Timestamptz fails #402
Comments
added a commit
that referenced
this issue
Aug 18, 2016
added a commit
that referenced
this issue
Aug 18, 2016
added a commit
that referenced
this issue
Aug 18, 2016
added a commit
that referenced
this issue
Aug 18, 2016
sgrif
closed this
in
#409
Aug 18, 2016
This comment has been minimized.
MarkJr94
commented
Sep 11, 2016
|
I'm still having this issue, with diesel version 0.7.1 from crates.io. Am I doing something wrong? |
This comment has been minimized.
|
0.7.1 doesn't support timestamptz. It will be in 0.8 |
This comment has been minimized.
MarkJr94
commented
Sep 11, 2016
|
Ah, thanks for the clarification, and sorry for the confusion. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
astraw commentedAug 13, 2016
Using
infer_schema!()macro on a postgres database with Timestamptz fails with the following error:An example of such can be found at https://github.com/strawlab/diesel_demo/tree/timestamptz . The specific issue is uncovered by adding this to the database