[sqlalchemy] Dynamically changing the model

2010-08-16 Thread Eric N
This problem involves Pylons as well, but I believe the problem involves how I'm using SQLAlchemy and therfore I'm posting here first. I have a peculiar situation where I am trying to dynamically flip back and forth between data models and running into problems. I am using PostgreSQL with multiple

Re: [sqlalchemy] Dynamically changing the model

2010-08-16 Thread Michael Bayer
On Aug 16, 2010, at 4:56 PM, Eric N wrote: This problem involves Pylons as well, but I believe the problem involves how I'm using SQLAlchemy and therfore I'm posting here first. I have a peculiar situation where I am trying to dynamically flip back and forth between data models and running