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 up`#[belongs_to]` doesn't allow for nullable foreign keys #116
Comments
sgrif
added this to the 0.5 milestone
Jan 20, 2016
added a commit
that referenced
this issue
Jan 20, 2016
sgrif
referenced this issue
Jan 20, 2016
Merged
Add `Expression#nullable` to allow comparing null and not null exprs #117
added a commit
that referenced
this issue
Jan 20, 2016
sgrif
closed this
in
#117
Jan 20, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sgrif commentedJan 20, 2016
This is because we can't have an
Eq<Integer, Nullable<Integer>>. We should absolutely allow nullable foreign keys though. Unsure how we want to go about this one.