Re: [sqlalchemy] Difficulty using dynamic schemas (ENUM is schema-stubborn). Patch?

2013-01-28 Thread Scott Sadler
On Sunday, 27 January 2013 23:10:20 UTC, Michael Bayer wrote: On Jan 27, 2013, at 4:42 PM, Scott Sadler wrote: Hi, I wanted to post here since I had to hack around an issue in order to use SQLAlchemy with a dynamic Postgres schema, and I wanted to see if there's a way I can get

[sqlalchemy] Difficulty using dynamic schemas (ENUM is schema-stubborn). Patch?

2013-01-27 Thread Scott Sadler
Hi, I wanted to post here since I had to hack around an issue in order to use SQLAlchemy with a dynamic Postgres schema, and I wanted to see if there's a way I can get the workarounds out of my code. In my app I'm separating the data by dynamically managing the schemas. The basic way this is