Skip to content

missing negation - join_kw = "JOIN" if left_outer else "LEFT OUTER JOIN" #2

@JWehrstein

Description

@JWehrstein

join_kw = "JOIN" if left_outer else "LEFT OUTER JOIN"

Correct line would be:
join_kw = "JOIN" if not left_outer else "LEFT OUTER JOIN" (not added)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions