topclaudy / compoships

Multi-columns relationships for Laravel's Eloquent ORM
MIT License
1.12k stars 130 forks source link

Use `$query->{$query->whereInMethod()}()` instead of `$query->whereIn()` #72

Closed mpyw closed 4 years ago

mpyw commented 4 years ago

Laravel has Eager Loading performance tuning strategy against PDO_MYSQL bug, but this library hasn't follow the implementation yet.

mpyw commented 4 years ago

CC @staudenmeir