[sqlalchemy] Re: Need Urgent Help -Many to Many Relations

2011-02-17 Thread NiL
http://www.sqlalchemy.org/docs/orm/extensions/associationproxy.html?highlight=association%20proxy#building-complex-views http://stackoverflow.com/questions/2310153/inserting-data-in-many-to-many-relationship-in-sqlalchemy/2310548#2310548 -- You received this message because you are subscribed

Re: [sqlalchemy] Re: Need Urgent Help -Many to Many Relations

2011-02-17 Thread Abdul Gaffar
Thanks NiL, I reffered the links what u hav given, There are two tables stocks, brokers and an association table holdings. Here I need three tables User, Group, Project and a association table for three tables user_group_project kind of thing Thank again for your reply :) On Thu,

[sqlalchemy] Re: Need Urgent Help -Many to Many Relations

2011-02-17 Thread NiL
your use case is unclear, maybe you could be more specific on what you want to achieve -- You received this message because you are subscribed to the Google Groups sqlalchemy group. To post to this group, send email to sqlalchemy@googlegroups.com. To unsubscribe from this group, send email to

[sqlalchemy] Re: Need Urgent Help -Many to Many Relations

2011-02-17 Thread nil
http://www.sqlalchemy.org/docs/orm/extensions/associationproxy.html#building-complex-views Can anybody explain how to relate three tables with a single association table. -- You received this message because you are subscribed to the Google Groups sqlalchemy group. To post to this group,