Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Fix values for left and right outer join #26 #27

Closed
wants to merge 2 commits into from
Closed

Fix values for left and right outer join #26 #27

wants to merge 2 commits into from

Conversation

tdutrion
Copy link
Contributor

Simple replacement of the values according to #26.

Theses values have been there since e6ad682 and names have been changed in ecdf83e. Changing back to JOIN_LEFT_OUTER and JOIN_RIGHT_OUTER would have been meaningful but not done here because of the BC break it involves.

@Maks3w
Copy link
Member

Maks3w commented Jul 22, 2015

This is a BC break anyway because use constant instead value is not mandatory.

You could do the following:

  • Add two new constants with the suggested name
  • Deprecate the old constants

@weierophinney
Copy link
Member

Merged to develop for release with 2.6.0.

@tdutrion tdutrion deleted the hotfix/26 branch July 22, 2015 22:29
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants