Skip to content

Add recognition of SQL parameters #199

Open
@bednic

Description

@bednic

Please can you add recognition for syntax like "SELECT * FROM table WHERE a = :b" where b is binding parameter to PDO.
Here is solution:
ExpressionListProcessor.php(366) -> add case when is qual to ":";
ExpressionType.php -> add new constant *const PARAM = "param"; *
which means it's binding parameter.

Thanks a lot. Good work btw ;)

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions