Closed
Description
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.)