uepg / laravel-sybase

Connection and Laravel Eloquent driver for Sybase
GNU General Public License v2.0
33 stars 16 forks source link

Undefined variable: newBinds (wherein, wherenotin) #64

Closed rlaricor closed 4 years ago

rlaricor commented 4 years ago

How about, I think I found a problem. Greetings.

Model::whereIn('column',$array)->get(); Model::whereNotIn('column',$array)->get();

mainginski commented 4 years ago

Unfortunately, same as #34