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

#261: wxGUI: sqlbuilder.py patch for columns listing
----------------------+-----------------------------------------------------
Reporter: giohappy | Owner: grass-dev@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&gt;
GRASS GIS <http://grass.osgeo.org>

#261: wxGUI: sqlbuilder.py patch for columns listing
-----------------------+----------------------------------------------------
  Reporter: giohappy | Owner: grass-dev@lists.osgeo.org
      Type: defect | Status: closed
  Priority: major | Milestone: 6.4.0
Component: wxGUI | Version: svn-develbranch6
Resolution: fixed | Keywords:
  Platform: All | Cpu: All
-----------------------+----------------------------------------------------
Changes (by martinl):

  * status: new => closed
  * resolution: => fixed

Comment:

This module needs to be rewritten more or less from the scratch or at
least cleaned up. To extent SQL builder was one of Google SoC topic for
this year.

I have applied your patch in devbr6 and trunk (r32852, r32853) for now.

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