Skip to content

columnsWithAlias returns ".Column" for columns without tables #357

Closed
@orivej

Description

@orivej

When columnsWithAlias is true, the call to Columns after a query like "select 1 as A" will describe the column as ".A". Is this intended? If yes, this should be documented in the README: ".A" as a column name is unexpected, in particular it can not be used in an "order by" clause.

(columnsWithAlias was introduced in #289.)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions