Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Bugfix for join equality when default join type is used #638
Conversation
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment Hide comment
LGTM |
added a commit
that referenced
this pull request
Mar 30, 2013
willdurand
merged commit 6407158
into
propelorm:master
Mar 30, 2013
1 check passed
default
The Travis build passed
Details
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment Hide comment
Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
arvenil commentedMar 27, 2013
Since http://trac.propelorm.org/changeset/1959#file1 there is a bug in checking equality between two joins if you skip joinType parameter so below won't work:
The change to bugfix this is simple, I've also added tests for other, currently working test cases.