[sqlalchemy] Re: Reflection + override error with SA 0.3.10 and MySQL

2008-02-25 Thread jason kirtland
Tim Lesher wrote: I'm using SQLAlchemy, reflecting from an existing MySQL database. I want to override two DateTime columns to provide proper created and updated timestamps (since MySQL can't handle auto-updating two TIMESTAMP columns in the same row). According to the SA docs, this should

[sqlalchemy] Re: Reflection + override error with SA 0.3.10 and MySQL

2008-02-25 Thread Michael Bayer
On Feb 25, 2008, at 9:03 PM, Tim Lesher wrote: I'm using SQLAlchemy, reflecting from an existing MySQL database. I want to override two DateTime columns to provide proper created and updated timestamps (since MySQL can't handle auto-updating two TIMESTAMP columns in the same row).