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 upRecent commit adding operator support to date causing issues for Nullable<Date> #1109
Comments
This comment has been minimized.
|
Thanks for reporting! The PR that added this was #1094. Maybe you have an idea how to fix this? (Looks like we are also missing a test case for nullable date time types.) |
killercup
added
the
bug
label
Aug 16, 2017
This comment has been minimized.
estelendur
commented
Aug 16, 2017
|
I'm sorry, I'm very new to Rust and don't have the first idea how to fix it. |
This comment has been minimized.
|
No worries! I'll make sure this is fixed before we release a new version with this change.
… Am 16.08.2017 um 21:56 schrieb estelendur ***@***.***>:
I'm sorry, I'm very new to Rust and don't have the first idea how to fix it.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Eijebong
referenced this issue
Aug 17, 2017
Closed
Implement Add/Sub for Nullable<Date/Timestamp> #1111
Eijebong
closed this
in
dc18b40
Aug 24, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
estelendur commentedAug 16, 2017
Setup
Versions
Feature Flags
Problem Description
I am trying to set up a table with Nullable columns. Small example:
What is the actual output?
When I try to compile, I receive the following error, along with a similar one for
diesel::types::ops::Add:Steps to reproduce
Create a schema with a Nullable column and try to compile.
Checklist