Skip to content

JOIN query produce unexpected problem #122

@EateralSpirial

Description

@EateralSpirial

condition_1: select in : 'SELECT table_1 a LEFT JOIN table_2 b ON a.id = b.id WHERE ...' same with 'USING(id) '
condition_2: set "cursor_cls": asyncmy.cursors.DictCursor,
outcome python dictionary has a unexpected key: "b.id", which contains a unexpected dot: "." and will cause crush in most sql databases.

Metadata

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