Hello,
I am trying to query multiple records of students whose IDs are in an array. I built this custom SQL adapter to do so, but I am only getting the first item of the array.
Can anyone advise me on
how can I make the adapter accept an array an input rather than just taking the first item?
Regards,