kannan84

Results 1 issues of kannan84

Found an issue with PHPSQLCreator when using in-list expression in expression's subtree. $sql="SELECT name,IF(player_type IN ('National','International'), 'Recognized', 'Unrecognized') AS 'Status' from players"; $parser = new PHPSQLParser($sql, true); print_r($parser->parsed); $creator =...