David E Jones wrote: > We should probably continue discussing this topic, but FYI the particular > problem I found was caused be a bug in the PrimaryKeyFinder code in the way > it was setting up the context for the conversion routine. The lower level > code was assuming it would be in the context, but the context had already > been reduced to just the fields needed for the query. > > A fix is in rev 916055.
I see what you did there, and it makes sense. How did this work before the conversion system was created, when FSE and FMA were being used, both of which eventually end up calling ObjectType.simpleTypeConvert? Did you investigate that far? I'm curious.