findAllByxxx
incorrectly returns a single object instead of an Iterable.
#856
Labels
status: waiting-for-triage
An issue we've not yet triaged
I declare interfaces like the following:
When I call
findAllByPidIn(list)
, if only one piece of data ends up being matched, then R2DBC returns theMysqlPostsMeta
object directly instead of theIterable
object.When a function should return more than one result, an error is reported directly:
I tried replacing the return value with a
Stream
,Streamable
, etc., but it still does.I just upgraded to 3.2.4 and the problem persists.
The text was updated successfully, but these errors were encountered: