[sqlalchemy] Re: customize table creation

2007-01-10 Thread Daniel Haus
On 9 Jan., 22:59, Jonathan Ellis [EMAIL PROTECTED] wrote: You're trying to dynamically add columns to the table in the database, or just to the Table instance? Just to the Table instance, no database tables should exist at that point. --~--~-~--~~~---~--~~

[sqlalchemy] Re: customize table creation

2007-01-09 Thread Jonathan Ellis
On 1/9/07, Daniel Haus [EMAIL PROTECTED] wrote: Hi alchemists! Is there any way to have SA do some custom work before it creates a table? I tried to subclass Table and override create, which obviously doesn't work that easily. Any suggestions or ideas? The background is, I have some