Hello, I think we can improve the IN statement for 3.0 release. Maybe allow this syntax : ` $query->where('user_Id IN (?)', [1, 2, 3, 4, 5]); ` And the builder will expand the ? into ?, ?, ?, ?, ? If this solution is ok for you i can make a PR.
Hello,
I think we can improve the IN statement for 3.0 release.
Maybe allow this syntax :
$query->where('user_Id IN (?)', [1, 2, 3, 4, 5]);And the builder will expand the ? into ?, ?, ?, ?, ?
If this solution is ok for you i can make a PR.