Skip to content

leftOuter join will only join to the last table included in the list #807

@lucasvwamp

Description

@lucasvwamp

If multiple tables are passed to a leftOuter join, only the last table in the list is actually joined in the return value. This is because of the line linked below. joined is reset for each iteration

joined = leftOuter(table2, allowDuplicateColumnNames, joinColumnNames);

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions