predictor2718

Results 2 comments of predictor2718

Thank you for the review! Regarding the question about whether `DeSC` (or other mixed-case variants) would still trigger the check: The parser normalizes keywords during lexing. `Lexer::parseKeyword()` internally calls `Context::isKeyword()`,...

This is a problem with the SQL parser, see also issue https://github.com/phpmyadmin/sql-parser/issues/592. Corresponding PR: https://github.com/phpmyadmin/sql-parser/pull/636