[sqlalchemy] Error on insert, warning from mysqldb

2011-12-18 Thread Lee Hinde
I'm brand new to sqlalchemy, and reasonably new to python. I'm working on migrating data from one MySQL database to another at Amazon's RDS. I have one TinyInt field,'Error' and if the value in that field is 1, then I get a warning from MySQLdb :

Re: [sqlalchemy] Error on insert, warning from mysqldb

2011-12-18 Thread Lee Hinde
Thanks, Michael. I found it the one place I hadn't looked 12 times. :-) On Dec 18, 2011, at 10:51 AM, Michael Bayer wrote: On Dec 18, 2011, at 1:25 PM, Lee Hinde wrote: I'm brand new to sqlalchemy, and reasonably new to python. I'm working on migrating data from one MySQL database