Skip to content

v2.7 join using #554

Closed
Closed
@pieczarkazsolt

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions