Skip to content

PHPSQLCreator doesn't seem to support /*comment*/ "unknown [expr_type] = comment in "WHERE" [x]" #367

@ParleyHammon

Description

@ParleyHammon

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions