Opened 16 years ago
Closed 16 years ago
#261 closed defect (fixed)
wxGUI: sqlbuilder.py patch for columns listing
Reported by: | giohappy | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 6.4.0 |
Component: | wxGUI | Version: | svn-develbranch6 |
Keywords: | Cc: | ||
CPU: | All | Platform: | 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 (1)
Change History (2)
by , 16 years ago
Attachment: | sqlbuilder.patch added |
---|
comment:1 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Diff file to fix sqlbuilder columns listing