Closed
Description
hi, in v2.7 join not working with USING (only with ON):
$this->_query .= " " . $joinType. " JOIN " . $joinStr ." on " . $joinCondition;
protected function _buildJoinOld() {
.
.
.
$this->_query .= " " . $joinType . " JOIN " . $joinStr .
(false !== stripos($joinCondition, 'using') ? " " : " on ")
. $joinCondition;
Metadata
Assignees
Labels
No labels