[sqlalchemy] Re: Conflicting columns with secondaryjoin

2007-03-19 Thread Mel Collins
Apparently my reply a couple of days ago didn't appear, hmm. No matter, it was a load of old tosh anyway. The issue was resolved by my updating to 0.3.5. I was still using 0.3.3 at the time - should've checked that. However I then started experiencing strangeness in that SA was attempting to

[sqlalchemy] Re: Conflicting columns with secondaryjoin

2007-03-18 Thread Michael Bayer
hey there - i just found another issue which may be the problem youre having on this. if you try rev 2428 i think that might fix your issue (but also, your tags relationship below might also need to be declared viewonly=True since im not sure if it can be flushed). On Mar 16, 2007, at

[sqlalchemy] Re: Conflicting columns with secondaryjoin

2007-03-16 Thread Michael Bayer
the error youre getting typically occurs when theres more than one instance of a userMessageTags.c.userId Column instance. how there might be more than one of the same Column instance can sometimes happen when using table reflection and things get confused...although I was pretty sure I