[sqlalchemy] Re: column name capitalization in mysql

2008-10-28 Thread Tom H
Corrected in r5204. http://www.sqlalchemy.org/trac/changeset/5204 Ticket details: http://www.sqlalchemy.org/trac/ticket/1206 -Tom H On Oct 27, 4:35 pm, Tom H <[EMAIL PROTECTED]> wrote: > Thanks Michael, > > I posted a new ticket at:http://www.sqlalchemy.org/trac/ticket/1206 &

[sqlalchemy] Re: column name capitalization in mysql

2008-10-27 Thread Tom H
Thanks Michael, I posted a new ticket at: http://www.sqlalchemy.org/trac/ticket/1206 Best Regards, -Tom H On Oct 27, 4:13 pm, Empty <[EMAIL PROTECTED]> wrote: > Tom, > > > > > > On Mon, Oct 27, 2008 at 4:03 PM, Tom H <[EMAIL PROTECTED]> wrote: > > > I

[sqlalchemy] column name capitalization in mysql

2008-10-27 Thread Tom H
I'm experiencing the following problem with SA 0.4.7 The table has the following columns: id - int primary key DOB - varchar(25) ... extra columns not needed for report It's a table from legacy app that I'm accessing from SA to generate reports, etc. I'm having the table definition auto load (r

[sqlalchemy] mysql, use password from my.cnf file

2008-09-29 Thread Tom H
Depending on security preferences, it may be desirable to keep database passwords out of code files. One of the recommendations for MySQL is to keep the password in a .my.cnf file accessible only to the user. http://dev.mysql.com/doc/refman/5.0/en/password-security.html To use the .my.cnf passwo