[sqlalchemy] Re: Issue using rev 2425

2007-03-20 Thread Steve Zatz
Michael, thanks for working through this and for taking the time to explain what's going on and to provide alternative ways to getting this done. Your efforts to support the users of sqlalchemy are really extraordinary. --~--~-~--~~~---~--~~ You received this

[sqlalchemy] Re: Issue using rev 2425

2007-03-19 Thread Michael Bayer
OK the bad thing is that theres no way ppl are going to be able to figure out a relation like this one unless I add crazy amounts of docs...anyway, the answer is: mapper(Section, section_table, properties = { 'items': relation(Item, backref='section'), 'keywords':relation(Keyword,

[sqlalchemy] Re: Issue using rev 2425

2007-03-18 Thread Michael Bayer
i have an idea where this issue is, since it will become a unit test you can save me some trouble by sending along some tables defs too. its that the columns in the primaryjoin are not explicitly part of the mapped tables and i have to add a conditional somewhere. On Mar 18, 2007, at 7:56

[sqlalchemy] Re: Issue using rev 2425

2007-03-18 Thread Michael Bayer
nevermind, im pretty sure ive identified the condition youre having and added a check/fix/unittest in rev 2428. if rev 2428 still doesnt work, then please forward along a full test case. On Mar 18, 2007, at 7:56 AM, Steve Zatz wrote: I hadn't updated in several weeks so I am not sure