[GRASS-dev] [GRASS GIS] #2268: t.list.rast where sensitivity

#2268: t.list.rast where sensitivity
-------------------------+--------------------------------------------------
Reporter: martinl | Owner: grass-dev@…
     Type: defect | Status: new
Priority: normal | Milestone: 7.0.0
Component: Temporal | Version: svn-trunk
Keywords: t.list.rast | Platform: Unspecified
      Cpu: Unspecified |
-------------------------+--------------------------------------------------
{{{
t.rast.list modis_m where="start_time < 2002-03-01"
}}}

gives no output, no warning - note missing quotes around date, ie.

{{{
t.rast.list modis_m where="start_time < '2002-03-01'"
}}}

--
Ticket URL: <http://trac.osgeo.org/grass/ticket/2268&gt;
GRASS GIS <http://grass.osgeo.org>