You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.