You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
3. Implement both ways 1 and 2, And make them optional.
If a developer does not provide both aliases, overwrite columns with the same name.
When the column name in the on() method is the same as the column name in the on().col.<condition>() method then the first column always belongs to the main array. and the second column always belongs to the joined array.
Problem
1. Force using an alias in join.
And result is like:
2. Force using an alias for join and query when using join.
And result is like:
3. Implement both ways 1 and 2, And make them optional.
on()
method is the same as the column name in theon().col.<condition>()
method then the first column always belongs to the main array. and the second column always belongs to the joined array.Reference: #32 (comment)
The text was updated successfully, but these errors were encountered: