Skip to content

Added NATURAL JOIN support#640

Open
ghost wants to merge 1 commit into
masterfrom
unknown repository
Open

Added NATURAL JOIN support#640
ghost wants to merge 1 commit into
masterfrom
unknown repository

Conversation

@ghost

@ghost ghost commented Jun 20, 2017

Copy link
Copy Markdown

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

avbdr commented Jun 20, 2017

Copy link
Copy Markdown
Collaborator

:) 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.

2 participants