Nick74k
Results
2
comments of
Nick74k
Solved by replacing ``` // move the current pos after the keyword // SELECT, WHERE, INSERT etc. if (PHPSQLParserConstants::getInstance()->isReserved($key)) { $charPos = stripos($sql, $key, $charPos); $charPos += strlen($key); } ```...
Probably also connected with #299, where part of #295 was removed.