Skip to content
This repository has been archived by the owner on Mar 2, 2019. It is now read-only.

Join operators. #15

Merged
merged 2 commits into from
Jun 4, 2015
Merged

Join operators. #15

merged 2 commits into from
Jun 4, 2015

Conversation

monxalo
Copy link
Contributor

@monxalo monxalo commented May 21, 2015

This adds LEFT OUTER JOIN, CROSS JOIN and the optional NATURAL operator.

This adds LEFT OUTER JOIN, CROSS JOIN and the optional NATURAL operator.
@coveralls
Copy link

Coverage Status

Coverage decreased (-2.12%) to 95.91% when pulling f74404b on monxalo:join-operators into 222bac0 on alexfu:develop.

@shadeven
Copy link
Contributor

It looks good to me except the coverage decreased. Let's see what @alexfu will say.
👍

}

public SelectJoinBuilder naturalLeftOuterJoin(String table) {
return new SelectJoinBuilder(this, table, JoinType.NATURAL_LEFT_OUTER_JOIN);
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

naturalLeftOuterJoin, naturalJoin, crossJoin, and leftOuterJoin in this file can be removed. They are no longer being used anywhere. This will probably bring the code coverage back up as well.

@alexfu
Copy link
Owner

alexfu commented May 22, 2015

Been so busy, haven't been able to get to any of my own projects in a while... @monxalo thanks for this contribution!

@coveralls
Copy link

Coverage Status

Coverage increased (+0.18%) to 98.2% when pulling 79cb34d on monxalo:join-operators into 222bac0 on alexfu:develop.

@monxalo
Copy link
Contributor Author

monxalo commented May 22, 2015

@alexfu No problem. I started using this library and helped me so i'm happy to help improve it.

@shadeven
Copy link
Contributor

@monxalo, do you need more people on your project? I am happy to contribute.

alexfu added a commit that referenced this pull request Jun 4, 2015
@alexfu alexfu merged commit 7a3ea78 into alexfu:develop Jun 4, 2015
@monxalo monxalo deleted the join-operators branch June 4, 2015 20:41
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants