On Wed, Feb 13, 2002 at 05:23:29PM +1100, Angus Lees wrote: > if a table has multiple links to the same second table, then some (all > except the first?) of the LinkNames don't appear since they are never > added to the *ReplaceFields list. > > here's the fix: [snipped]
.. apparently it only appeared to work for my single test case (making all duplicate links take on the same value). after looking at the code again today i realise it simply isn't possible with the existing table join methods, since you only end up with one value for each table.column - i want several. the only real fix that i can see is to rewrite this whole section of code to use unique table aliases for linked-to tables - which i don't feel like doing at the moment :( . -- - Gus --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
