[sqlalchemy] Re: mySQL and timedelta

2007-10-03 Thread jason kirtland
Noufal wrote: Hello everyone, I'm having some trouble with a query involving a timedelta object with a mySQL backend (MyISAM). I have a table called Run that has two fields like so. sa.Column('starttime', sa.TIMESTAMP), sa.Column('endtime', sa.TIMESTAMP) I'm trying to find all

[sqlalchemy] Re: mySQL and timedelta

2007-10-01 Thread Michael Bayer
On Oct 1, 2007, at 4:45 AM, Noufal wrote: Hello everyone, I'm having some trouble with a query involving a timedelta object with a mySQL backend (MyISAM). I have a table called Run that has two fields like so. sa.Column('starttime', sa.TIMESTAMP), sa.Column('endtime', sa.TIMESTAMP)