Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added NATURAL JOIN support #640

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Added NATURAL JOIN support #640

wants to merge 1 commit into from

Conversation

ghost
Copy link

@ghost ghost commented Jun 20, 2017

Added support to natural join statement: https://en.wikipedia.org/wiki/Join_(SQL)#Natural_join

$query->join('a')->get('b');

// SELECT b NATURAL JOIN a

@avbdr
Copy link
Collaborator

avbdr commented Jun 20, 2017

:) damn, now it is breaking api. before your update default was SELECT b JOIN a, while now we will have SELECT b NATURAL JOIN a

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants