[GRASS-dev] [GRASS GIS] #3074: v.in.ogr / v.overlay: ERROR due to non-SQL-compliant layer names

#3074: v.in.ogr / v.overlay: ERROR due to non-SQL-compliant layer names
--------------------------------+-------------------------
Reporter: sbl | Owner: grass-dev@…
     Type: defect | Status: new
Priority: normal | Milestone: 7.0.5
Component: Vector | Version: unspecified
Keywords: v.in.ogr,v.overlay | CPU: Unspecified
Platform: Unspecified |
--------------------------------+-------------------------
When importing e.g. a shape file, e.g. myshape-v01.shp, v.in.ogr assigns
the layer name "myshape-v01" to the resulting GRASS vector map.

When this map is used later in e.g. v.overlay (not sure about other
modules) the layer name is used as part / suffix of the table name and the
"CREATE TABLE" command fails, because the "-" in the name is not allowed.

v.overlay produces the new vector map, but without attribute table...

Could be probably tackled tother with: #2765

Yet, I am not sure if this is an issue with v.overlay or with v.in.ogr...

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

#3074: v.in.ogr / v.overlay: ERROR due to non-SQL-compliant layer names
--------------------------+--------------------------------
  Reporter: sbl | Owner: grass-dev@…
      Type: defect | Status: new
  Priority: normal | Milestone: 7.0.5
Component: Vector | Version: unspecified
Resolution: | Keywords: v.in.ogr,v.overlay
       CPU: Unspecified | Platform: Unspecified
--------------------------+--------------------------------

Comment (by marisn):

Without any deeper analysis, just to keep track. Related issues: #2193
#1755 #578

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

#3074: v.in.ogr / v.overlay: ERROR due to non-SQL-compliant layer names
--------------------------+--------------------------------
  Reporter: sbl | Owner: grass-dev@…
      Type: defect | Status: new
  Priority: normal | Milestone: 7.8.0
Component: Vector | Version: unspecified
Resolution: | Keywords: v.in.ogr,v.overlay
       CPU: Unspecified | Platform: Unspecified
--------------------------+--------------------------------
Changes (by sbl):

* milestone: 7.0.7 => 7.8.0

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

#3074: v.in.ogr / v.overlay: ERROR due to non-SQL-compliant layer names
--------------------------+--------------------------------
  Reporter: sbl | Owner: grass-dev@…
      Type: defect | Status: new
  Priority: normal | Milestone: 7.8.0
Component: Vector | Version: unspecified
Resolution: | Keywords: v.in.ogr,v.overlay
       CPU: Unspecified | Platform: Unspecified
--------------------------+--------------------------------

Comment (by mmetz):

Should be fixed with trunk r74261.

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