[sqlalchemy] how to write custom DDL class

2010-08-31 Thread Petr Kobalíček
Hi, I have problem to understand which way should be used to write custom DDL class. I'm generating some stored procedures for my tables. The procedures are very similar and I'd like to use some generic way. Now I'm nearly done, but I need some way how to extract some information from table to

Re: [sqlalchemy] how to write custom DDL class

2010-08-31 Thread Michael Bayer
On Aug 31, 2010, at 8:15 PM, Petr Kobalíček wrote: Hi, I have problem to understand which way should be used to write custom DDL class. I'm generating some stored procedures for my tables. The procedures are very similar and I'd like to use some generic way. Now I'm nearly done, but I