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 updiesel::expression::dsl::now cannot be used with diesel::pg::types::sql_types::Timestamptz #685
Comments
added a commit
that referenced
this issue
Feb 12, 2017
added a commit
that referenced
this issue
Feb 12, 2017
sgrif
closed this
in
#687
Feb 12, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
andy128k commentedFeb 12, 2017
I'm trying to execute following query:
Here
accessedis Timestamptz field.It doesn't compile and I receive
As a workaround I copied-and-pasted
nowand redefined Expressionbut it would be nice to have built-in solution.