[GRASS-dev] Re: [GRASS GIS] #506: v.out.ascii segfault when exporting columns from the attribute table

GRASS GIS trac at osgeo.org
Wed Apr 1 18:09:17 EDT 2009


#506: v.out.ascii segfault when exporting columns from the attribute table
--------------------------+-------------------------------------------------
  Reporter:  dylan        |       Owner:  grass-dev at lists.osgeo.org
      Type:  defect       |      Status:  new                      
  Priority:  minor        |   Milestone:  6.5.0                    
 Component:  default      |     Version:  svn-develbranch6         
Resolution:               |    Keywords:  v.out.ascii dbf_driver   
  Platform:  Unspecified  |         Cpu:  Unspecified              
--------------------------+-------------------------------------------------
Changes (by dylan):

  * keywords:  v.out.ascii => v.out.ascii dbf_driver
  * priority:  major => minor

Comment:

 Updates: with a recent SVN update, I see that v.out.ascii columns=...
 works as expected, except when the column name may be an SQL reserved
 word.

 This does not work:
 {{{
 v.out.ascii pits columns=Comment
 }}}

 This works:
 {{{
 v.out.ascii pits columns=Max_PDOP
 }}}

 I wonder if there is something that can be done about this...

-- 
Ticket URL: <http://trac.osgeo.org/grass/ticket/506#comment:2>
GRASS GIS <http://grass.osgeo.org>


More information about the grass-dev mailing list