• Sergei Golubchik's avatar
    revert second lookahead in the lexer · 8f9530a9
    Sergei Golubchik authored
    it's not enough to look for NOT NULL IS, this also fails queries like
    SELECT NOT NULL <=> NULL;
    and adds no value anymore, as the grammar now requires parentheses
    8f9530a9
sql_lex.h 96.3 KB