Ticket #261 (closed defect: fixed)

Opened 5 years ago

Last modified 5 years ago

wxGUI: sqlbuilder.py patch for columns listing

Reported by: giohappy Owned by: grass-dev@…
Priority: major Milestone: 6.4.0
Component: wxGUI Version: svn-develbranch6
Keywords: Cc:
Platform: All CPU: All

Description

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.

Attachments

sqlbuilder.patch Download (0.7 KB) - added by giohappy 5 years ago.
Diff file to fix sqlbuilder columns listing

Change History

Changed 5 years ago by giohappy

Diff file to fix sqlbuilder columns listing

Changed 5 years ago by martinl

  • status changed from new to closed
  • resolution set to fixed

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.

Note: See TracTickets for help on using tickets.