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

Invalid outer join constants #33

Closed
ghost opened this issue Aug 19, 2015 · 1 comment
Closed

Invalid outer join constants #33

ghost opened this issue Aug 19, 2015 · 1 comment

Comments

@ghost
Copy link

ghost commented Aug 19, 2015

In Zend\Db\Sql\Select class are two invalid constants JOIN_OUTER_RIGHT and JOIN_OUTER_LEFT. Their values are 'outer right' / 'outer left', but correct values are 'right outer' / 'left outer'.
I checked this bug in MySql and it produce syntax error. Same problem is probably in PostgreSql (see documentation)

@Maks3w
Copy link
Member

Maks3w commented Aug 20, 2015

This was fixed on 2.6.0 #27

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

No branches or pull requests

1 participant