Hi,
     Is there any way that anyone knows of to force the column names
to be lowercase when reflecting the schema from the database for e.g.
appname = Table('appname', metadata, autoload=True)

Other posts suggested overriding the database schema with your own but
I would rather use SQLAlchemy's reflection mechanism but somehow force
the lowercase in the column names. Can I do this via some easy tweak
or hack that someones knows about (possibly modifying the underlying
SQLAlchemy reflection code contained in reflection.py)?

-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalch...@googlegroups.com.
To unsubscribe from this group, send email to 
sqlalchemy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en.

Reply via email to