[GRASS-dev] [GRASS GIS] #261: wxGUI: sqlbuilder.py patch for columns listing

GRASS GIS trac at osgeo.org
Sun Aug 17 20:12:36 EDT 2008


#261: wxGUI: sqlbuilder.py patch for columns listing
----------------------+-----------------------------------------------------
 Reporter:  giohappy  |       Owner:  grass-dev at lists.osgeo.org
     Type:  defect    |      Status:  new                      
 Priority:  major     |   Milestone:  6.4.0                    
Component:  wxGUI     |     Version:  svn-develbranch6         
 Keywords:            |    Platform:  All                      
      Cpu:  All       |  
----------------------+-----------------------------------------------------
 The "advanced" sqlbuilder inside the attribute table manager doesn't show
 the columns names.
 I've seen that the list waits for the column_names list inside
 sqlbuilder.py, yet it's commented inside the GetColumns() function.
 I've changed it to use self.columns.keys() instead.

 Attached the diff file.

-- 
Ticket URL: <http://trac.osgeo.org/grass/ticket/261>
GRASS GIS <http://grass.osgeo.org>


More information about the grass-dev mailing list