Tuesday, March 21, 2017

Laravel Sqlsrv Tried to bind parameter number 2101

i'm changing my software database from mysql to sqlsrv, now i have this issue on simples queries, can anyone give me a hint on what to do?

My query is:

$foobar = Foo::with('bar')->get();

when I do this laravel runs a "where in" coomand on all the items om my 'bar' table! (i currently have 50k+ items on my table)



via Gabriel Luz

Advertisement