Closed syrm closed 2 years ago
Would be great to see this added in, looks good to me!
I've prepared a refactored PR for this in https://github.com/auraphp/Aura.SqlQuery/pull/198.
Hey @koriym ,
Can we merge this PR and make the necessary changes on the other?
The other one looks like the commit is not getting the correct user.
Thank you @syrm . I am sorry that this PR waited so long.
With this PR you can inline array :
->where('user_id IN (?)', [[1, 2, 3]])
Or like this :->where('user_id IN (:ids)', ['ids' => [1, 2, 3]])