andersao / l5-repository

Laravel 5 - Repositories to abstract the database layer
http://andersao.github.io/l5-repository
MIT License
4.19k stars 878 forks source link

Query Expression with laravel 10 and whereRaw query #797

Open Rasoul-Karimi opened 1 year ago

Rasoul-Karimi commented 1 year ago

hi i update to laravel 10 from 9 and everywhere is use whereRaw query, i get this error:

`2023-08-16 13:11:00] local.ERROR: [ "status Code:" 0] "Object of class Illuminate\Database\Query\Expression could not be converted to string" on line of file

[2023-08-16 13:11:00] local.ERROR: Object of class Illuminate\Database\Query\Expression could not be converted to string {"userId":1,"exception":"[object] (Error(code: 0): Object of class Illuminate\Database\Query\Expression could not be converted to string at /srv/www/site.com/api/vendor/laravel/framework/src/Illuminate/Database/Query/Grammars/Grammar.php:222)`

before updating, all of these queries work very will!