Skip to content

ColumnNode state is being mutated #10

@jmreidy

Description

@jmreidy

Column functions like as are mutating the Column state for all future references to the column. For example, if a query uses user.name.as('user name'), the 'user_name' alias will be used in all future queries with the user.name column. Tests are currently not picking this error up.

Opening a pull request with updated tests and a fix shortly.

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