[sqlalchemy] Re: Working around capitalization problems moving from MySQL to Oracle

2009-03-20 Thread loctones
a search and replace of all your CamelCase names is definitely the   simplest way around this issue.   Alternatively you would have to   forego the usage of reflection and rename your attributes using key: Thanks, Michael. I will go with the search and replace method. The mapper method was

[sqlalchemy] Working around capitalization problems moving from MySQL to Oracle

2009-03-19 Thread loctones
I'm moving the database which drives a program from MySQL to Oracle. The original implementation of the database columns was in CamelCase. My company dictates that all caps be used for column names. In the sqlalchemy documentation, I found this quote: Names which contain no upper case characters