[sqlalchemy] Re: Database Reflection - Forcing column names to be lowercase?

2011-01-12 Thread Harkirat
Thank you Michael ! On Jan 11, 5:25 pm, Michael Bayer wrote: > There's no straightforward way to do that.   Schemes to copy each Table to a > new one with a lowercase ".key" attribute, using Inspector to generate the > Table object programatically (basically means, implement your own > Inspect

[sqlalchemy] Re: database reflection

2007-05-09 Thread Michael Bayer
On May 9, 2007, at 8:27 AM, Antipin Aleksei wrote: > > Hi > > I'm studying examples of using database in pylons. SQLAlchemy is most > commonly used here. But I don't understand why most of them use > explicit > column declaration. > I want to use Postgres database which supports ALTER table st