PDO::PARAM_STR - This is not supported, please use prepared statements. · Issue #87 · crate/crate-pdo · GitHub
More Web Proxy on the site http://driver.im/
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
I'm using Crate with the Laravel Eloquent ORM and I'm having problems PDO::PARAM_STR.
For now I replaced
with:
And that seemed to work for my current use case.
Is there a way to fully support PDO::PARAM_STR?
Cheers!
The text was updated successfully, but these errors were encountered: