-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Is your feature request related to a problem? Please describe.
Currently lists need to be converted into an Object[] before calling whereIn
Describe the solution you'd like
If only 1 element is supplied and it implements a Collection, convert the collection into an array and use it instead of the original array. Maybe we could also consider doing the same for Streams
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers