You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: