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
Raise ArgumentError on bad parameter types to improve error handle logic for users who wish to rescue SQL errors but not logic errors leading to bad inputs
Return an error from handle_prepare if parameter is type we can't encode
Note that this is an advanced task and requires a significant change. If someone wishes to undertake it I can try to offer some guidance.
The text was updated successfully, but these errors were encountered:
This will allow us to:
ArgumentError
on bad parameter types to improve error handle logic for users who wish to rescue SQL errors but not logic errors leading to bad inputshandle_prepare
if parameter is type we can't encodeNote that this is an advanced task and requires a significant change. If someone wishes to undertake it I can try to offer some guidance.
The text was updated successfully, but these errors were encountered: