[sqlalchemy] Change __tablename__ at runtime?

2010-07-19 Thread Wade Leftwich
during runtime? Any advice appreciated; I'm prepared for the advice to be Don't go there. Wade Leftwich Ithaca, NY -- You received this message because you are subscribed to the Google Groups sqlalchemy group. To post to this group, send email to sqlalch...@googlegroups.com. To unsubscribe from

[sqlalchemy] Re: M:N self-reference

2009-11-09 Thread Wade Leftwich
Something exactly like that. Thanks much. On Nov 8, 11:28 pm, Mike Conley mconl...@gmail.com wrote: Something like this? The association table is declared in the relationships, but never referenced when creating or accessing objects. class Assoc(Base):     __tablename__ = 'assoc'    

[sqlalchemy] M:N self-reference

2009-11-05 Thread Wade Leftwich
it work. Before I bang my head against this wall any more, maybe someone could tell me if it's possible? Any advice appreciated. Wade Leftwich Ithaca, NY --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups sqlalchemy