[sqlalchemy] Re: many to many in base

2008-12-14 Thread grat
Thanks, this work, in my code i was next bug: skupiny = relation('Skupina', secondary="sezony_key") --- --- i must modify to skupiny = relation('Skupina', secondary=sezony_key) On 14 Pro, 22:43, Michael Bayer wrote: > Base = declarative_base(metadata=meta) > > On Dec 14, 200

[sqlalchemy] Re: many to many in base

2008-12-14 Thread Michael Bayer
Base = declarative_base(metadata=meta) On Dec 14, 2008, at 2:33 PM, grat wrote: > Base = declarative_base() --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "sqlalchemy" group. To post to this group, send email to