Skip to content

Easy win: check for missing bound parameters #346

Open
@g105b

Description

@g105b

When I miss passing a bound parameter, I see the error message You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near :theNameOfTheMissedParam

This is because that string isn't being replaced, and isn't valid SQL.

This should be easy to detect and provide a more meaningful error message with.

This will improve #29 too.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions