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
Medoo: 2.1.8
PHP: 8.1
Database: MySql
System: Mac and Linux
Describe the Problem
I am looking for a way to use Raw with the IN statement when using arrays. However when I do so I am get an Error:
"PHP Fatal Error: Uncaught Error: Object of class Medoo\Raw could not be converted to string Medoo.php:556"
Medoo: 2.1.8
PHP: 8.1
Database: MySql
System: Mac and Linux
Describe the Problem
I am looking for a way to use Raw with the IN statement when using arrays. However when I do so I am get an Error:
"PHP Fatal Error: Uncaught Error: Object of class Medoo\Raw could not be converted to string Medoo.php:556"
Detail Code
Here is an example of my code
Expected output
I would expect it to work the same way as using Raw for a single value.
As this works.
Or is there another way to do what I am trying to do.
Thanks
The text was updated successfully, but these errors were encountered: