Skip to content

Literal string types missing on Connection::{update,insert,delete} #719

@BackEndTea

Description

@BackEndTea

Using the literalString setting, this package reports non literal string usages in methods like Connection::executeQuery. But these types are missing for the update, insert and delete methods.

These methods all use string concatenation to create the resulting SQL. The $table parameter should be a literal string, as well as the
array keys of the $data and$criteria.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions