> 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 what I was hoping for, but I think that may cause more confusion in the long run. It's a good technique, though, and I'm happy to know how to use it if I need something similar in the future. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sqlalchemy" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sqlalchemy?hl=en -~----------~----~----~----~------~----~------~--~---
