order by accepts column names now

This commit is contained in:
2021-09-20 18:19:21 +02:00
parent c73e082cfd
commit 61548888b9
2 changed files with 20 additions and 3 deletions

1
usql.h
View File

@@ -63,6 +63,7 @@ private:
static void execute_offset_limit(OffsetLimitNode &node, Table *result) ;
void expand_asterix_char(SelectFromTableNode &node, Table *table) const;
void setup_order_columns(std::vector<ColOrderNode> &node, Table *table) const;
bool check_for_aggregate_only_functions(SelectFromTableNode &node, int result_cols_cnt) const;