Result set handling bugs

Cantor, Scott cantor.2 at osu.edu
Thu Oct 16 18:06:42 EDT 2014


On 10/16/14, 3:28 PM, "Cantor, Scott" <cantor.2 at osu.edu> wrote:

>In particular, I'd make sure to test for handling multiple results back.

Maybe we discussed this and I missed it, but we actually have a serious
problem here, the IdPAttribute.getValues() method returns an unordered
Set, but we can't do that. We have to handle relational data and that
means ordered lists so the indexes line up. We can't de-dup that low in
the stack, it has to be done at the end.

If this is a major change, so be it, but I don't see that there's a
choice. Rod, can you enlighten me as to the impact?

We can discuss on the call tomorrow.

-- Scott



More information about the dev mailing list