Skip to content

Support multiple colums with the same name  #52

@simonw

Description

@simonw

I tried this query:

select * from report join location on report.location_id = location.id join state on location.state_id = state.id where state.abbreviation = 'CA' order by report.id desc limit 100

And the resulting table had weird values in the id column - because all three of those tables returned an ID and we run them through a dictionary, which means the last one wins.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions