[sqlalchemy] Re: case inconsistency in reflected column names between mac and windows

2007-10-23 Thread Travis Kriplean
It appears that this only occurs on macs running a ppc processor, not an intel processor. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups sqlalchemy group. To post to this group, send email to

[sqlalchemy] Re: case inconsistency in reflected column names between mac and windows

2007-10-23 Thread Lukasz Szybalski
On 10/23/07, Travis Kriplean [EMAIL PROTECTED] wrote: It appears that this only occurs on macs running a ppc processor, not an intel processor. I run into the same problem when I transfer mysql data over to Linux. Windows mysql is case insensitive while linux version cares what case it is.

[sqlalchemy] Re: case inconsistency in reflected column names between mac and windows

2007-10-23 Thread jason kirtland
Travis Kriplean wrote: Hello, We're running into a problem with case in the reflected column names between mac and windows both using sqlalchemy 0.4.0. For example, in our mysql database, we have a table with columns named END_YEAR and DESCRIPTION. On a windows box: print table.c