[sqlalchemy] Re: table name in foreign key in wrong case on Mac OS X

2009-10-02 Thread rootsmith
Just a quick update ... Mac OS X is case preserving but case insensitive so a query directly within mysql for table USER using user will result correctly. So this just deepens the mystery more - on UNIX either MySQLdb or SQLAlchemy is preserving the case of the table name as USER but on Mac OS X

[sqlalchemy] Re: table name in foreign key in wrong case on Mac OS X

2009-10-02 Thread Michael Bayer
rootsmith wrote: Just a quick update ... Mac OS X is case preserving but case insensitive so a query directly within mysql for table USER using user will result correctly. So this just deepens the mystery more - on UNIX either MySQLdb or SQLAlchemy is preserving the case of the table name