Re: [sqlalchemy] reflecting stored procedure names, enums, and the like

2016-08-16 Thread Mike Bayer
On 08/16/2016 03:33 AM, Chris Withers wrote: Gotcha, would there be any interest in adding StoredProcedure objects? I wouldn't rush to doing that. it's not clear what these objects would do that DDL() doesn't and also I'd want to address triggers at the same time. See

Re: [sqlalchemy] reflecting stored procedure names, enums, and the like

2016-08-16 Thread Chris Withers
Gotcha, would there be any interest in adding StoredProcedure objects? For the immediate need of "drop everything", your suggestion sounds like the best way forward, but I wonder if solving the more generic "reflecting stored procedures" problem might help with other things... Have any tools