[sqlalchemy] Re: problem with relationships with a postgres schema using declarative mapping

2010-08-26 Thread Nigel
I think where I'm getting bogged down with the case I have (most likely because I'm new to relational mapping of db tables anyway) is how I get data into the intermediate table. What I'm doing here is setting up a dependency graph where that entityConnections table needs to have data explicitly

[sqlalchemy] Re: problem with relationships with a postgres schema using declarative mapping

2010-08-25 Thread Nigel
Thanks very much for the quick reply. The second suggested worked nicely. I guess this explains why I was having such a hard time tracking down a similar situation online! Maybe I can sneak a second question in here which is to ask why the many - many connection table can not be created using

Re: [sqlalchemy] Re: problem with relationships with a postgres schema using declarative mapping

2010-08-25 Thread Michael Bayer
On Aug 25, 2010, at 7:43 PM, Nigel wrote: Thanks very much for the quick reply. The second suggested worked nicely. I guess this explains why I was having such a hard time tracking down a similar situation online! Maybe I can sneak a second question in here which is to ask why the many