UpTop
Results
2
comments of
UpTop
A possible solution it would be to include FOR in the Possible writes check `if ( preg_match( '/(?:ALTER|CREATE|ANALYZE|CHECK|OPTIMIZE|REPAIR|CALL|DELETE|DROP|INSERT|LOAD|REPLACE|UPDATE|SET|RENAME|FOR)\s/i', $q ) ) {`
Yes I noticed it so the right way to go it would be to work out on the regex, however, the proposed the solution above (including the FOR) it does...