Skip to content

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.

2 participants