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

False values for left outer and right outer join #26

Closed
tdutrion opened this issue Jul 21, 2015 · 1 comment
Closed

False values for left outer and right outer join #26

tdutrion opened this issue Jul 21, 2015 · 1 comment

Comments

@tdutrion
Copy link
Contributor

Zend\Sql\Select contains constant declaration for both left and right outer join as follow:

const JOIN_OUTER_RIGHT = 'outer right';
const JOIN_OUTER_LEFT  = 'outer left';

Unfortunately, as described in the wikipedia article for instance, values should be respectively left outer and right outer instead of outer left and outer right.

@weierophinney
Copy link
Member

Closed with #27

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

No branches or pull requests

2 participants