constant introduced
This commit is contained in:
@@ -329,7 +329,7 @@ namespace usql {
|
||||
m_lexer.skipToken(TokenType::keyword_by);
|
||||
|
||||
do {
|
||||
int col_index = -1;
|
||||
int col_index = FUNCTION_CALL;
|
||||
bool asc = true;
|
||||
|
||||
auto token_type = m_lexer.tokenType();
|
||||
|
||||
Reference in New Issue
Block a user