I have version v4.5.0
When I create a WHERE statement like
WHERE s.status_id != 8 /*Pending*/
parse it then try to create it from the parse
I get "unknown [expr_type] = comment in "WHERE" [x]"
The Parser seems to understand it: [{"expr_type":"comment","value":"\/*Pending*\/"}]
PHPSQLCreator just needs to add it back in