TKO doesn't handle time conditions well, time_daily in the condition field does not work properly 

If you click on anything in this query the entire query gets screwed up.  Row and column are both set to tag for no good reason, and the time condition is set equal to a particular second of the day.  The time condition needs to be changed from

time_daily='2008-03-17 00:00:00'
to
time_daily<'2008-03-18 00:00:00'&time_daily>'2008-03-17 00:00:00'

time_daily should map to the SQL "DATE(whatever_the_time_column_is)".  Also, the input to time_daily should have the time stripped off.  I.e. it's not an acceptable solution for 'time_daily = some date' to map to 'time >= some date 00:00:00  &  time <= some date 23:59:59"

From: Vladimir Samarskiy <vsamarsk@google.com>
Signed-off-by: Martin J. Bligh <mbligh@google.com>



git-svn-id: http://test.kernel.org/svn/autotest/trunk@1440 592f7852-d20e-0410-864c-8624ca9c26a4
2 files changed