Re: [sqlalchemy] Adding ManyToMany relationships when creating an object

2009-11-24 Thread Lea Hänsenberger
On Nov 20, 2009, at 17:00, Michael Bayer wrote: Lea H wrote: Hi all, I wanted to ask if there is a way to add many to many relationships to the database every time a new object is inserted. I have a Question that has a many to many relationship to AnswerCode. Every time I create and insert

[sqlalchemy] Adding ManyToMany relationships when creating an object

2009-11-20 Thread Lea H
Hi all, I wanted to ask if there is a way to add many to many relationships to the database every time a new object is inserted. I have a Question that has a many to many relationship to AnswerCode. Every time I create and insert a new Question I'd like to add the corresponding answer codes to

Re: [sqlalchemy] Adding ManyToMany relationships when creating an object

2009-11-20 Thread Michael Bayer
Lea H wrote: Hi all, I wanted to ask if there is a way to add many to many relationships to the database every time a new object is inserted. I have a Question that has a many to many relationship to AnswerCode. Every time I create and insert a new Question I'd like to add the corresponding