#1055: db.select can´t found columns generated by v.rast.stats with dbf driver
----------------------------+-----------------------------------------------
Reporter: jeleniste | Owner: grass-dev@lists.osgeo.org
Type: defect | Status: new
Priority: normal | Milestone: 6.4.0
Component: default | Version: 6.4.0 RCs
Keywords: dbf, db.select | Platform: MSWindows XP
Cpu: Unspecified |
----------------------------+-----------------------------------------------
if I try to use in sql parameter in where clausule column generated by
v.rast.stats it return me error, column cant be found, but is presented in
table output (if not used in where clausule), using in list of columns for
select returns me error to
#1055: db.select can´t found columns generated by v.rast.stats with dbf driver
---------------------------+------------------------------------------------
Reporter: jeleniste | Owner: grass-dev@lists.osgeo.org
Type: defect | Status: new
Priority: normal | Milestone: 6.4.0
Component: Database | Version: 6.4.0 RCs
Resolution: | Keywords: dbf, db.select
Platform: MSWindows XP | Cpu: Unspecified
---------------------------+------------------------------------------------
Comment (by martinl):
Replying to [ticket:1055 jeleniste]:
> if I try to use in sql parameter in where clausule column generated by
v.rast.stats it return me error, column cant be found, but is presented in
table output (if not used in where clausule), using in list of columns for
select returns me error to
#1055: db.select can´t found columns generated by v.rast.stats with dbf driver
---------------------------+------------------------------------------------
Reporter: jeleniste | Owner: grass-dev@lists.osgeo.org
Type: defect | Status: new
Priority: normal | Milestone: 6.4.0
Component: Database | Version: 6.4.0 RCs
Resolution: | Keywords: dbf, db.select
Platform: MSWindows XP | Cpu: Unspecified
---------------------------+------------------------------------------------
Comment (by jeleniste):
of coururse, but
{{{
db.select sql="select cat,elev_n,elev_min from geo where elev_n not NULL"
}}}
don´t work on my distribution
{{{
GRASS 6.4> db.select sql="select cat, slope_n from vvp_plochy where elev_n
not
NULL"
DBMI-DBF driver error:
Column 'slope_n' not found
Error in db_open_select_cursor()