Skip to content

Allow where clause LIKE variable subtitution for '%?%' #69

Open
@tamsler

Description

@tamsler

Allow where clause LIKE variable substitution for '%?%'

e.g.
db.query().select("contact").from("contacts_t").where("contact LIKE '%?%'", ['foo']).execute(function(error, rows) { ...

Right now, this results in an:

"err":{"message":"Wrong number of values to escape"

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