|
I can see in the CollectionBinder there's a property indexColumn which is set with the correct column value, but then it is never used. There are two methods - bindManyToManySecondPass and bindStarToManySecondPass but none of them is using that property. In fact I searched for the entire class but seems like this property is only set, but never read or used at all.
|