constant introduced

This commit is contained in:
2021-08-16 14:53:23 +02:00
parent 3a55007c5b
commit 273ab66da9
3 changed files with 4 additions and 2 deletions

View File

@@ -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();