[sqlalchemy] postgres schemas at runtime

2015-03-12 Thread Francesco Della Vedova
Hello, I have a set of models that I would like to replicate on different Postgres schemas. The name of the schema is only known at runtime. Just as an example, imagine I have a bunch of tables of customer data, and I want to create a schema 'customer_id' with the same tables every time I

Re: [sqlalchemy] postgres schemas at runtime

2015-03-12 Thread Francesco Della Vedova
of a nasty way of doing it? On Thursday, March 12, 2015 at 6:29:00 PM UTC+1, Michael Bayer wrote: Francesco Della Vedova francesco@rocket-internet.de javascript: wrote: Hello, I have a set of models that I would like to replicate on different Postgres schemas. The name

[sqlalchemy] Joinedload and polymorphic problem

2012-05-31 Thread Francesco
a list of ClassA object but eager load d.CODE in polymorphic parent. Is there anyone who can help me? Best regards, Francesco -- 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