[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
Resolution: | Keywords: t.list.rast
       CPU: Unspecified | Platform: Unspecified
--------------------------+-------------------------

Comment (by lucadelu):

Replying to [ticket:2268 martinl]:
> {{{
> t.rast.list modis_m where="start_time < 2002-03-01"
> }}}
>
> gives no output, no warning - note missing quotes around date, ie.
>

I think it is correct, the query is wrong. It need the quotes

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

This is working for me

--
Ticket URL: <https://trac.osgeo.org/grass/ticket/2268#comment:1&gt;
GRASS GIS <https://grass.osgeo.org>