Opened 10 years ago

Last modified 8 years ago

#2195 new defect

"Query raster/vectors maps" tool fails while saving modified attribute

Reported by: artegion Owned by: grass-dev@…
Priority: normal Milestone: 6.4.6
Component: wxGUI Version: 6.4.3
Keywords: Cc:
CPU: Unspecified Platform: All

Description (last modified by neteler)

If the key column is not called "cat" when saving modified attribute a wrong SQL command is issued

UPDATE tablename SET .... WHERE cat=1;

instead UPDATE tablename SET .... WHERE KEYNAME=1;

Attachments (1)

Capture-2.jpg (57.6 KB ) - added by artegion 10 years ago.

Download all attachments as: .zip

Change History (5)

by artegion, 10 years ago

Attachment: Capture-2.jpg added

comment:1 by neteler, 10 years ago

Description: modified (diff)

comment:2 by neteler, 10 years ago

In order to reproduce it, which command or wxGUI sequence did you perform?

in reply to:  2 comment:3 by artegion, 10 years ago

Replying to neteler:

In order to reproduce it, which command or wxGUI sequence did you perform?

press "Query raster/vector map(s)" in "Map display window" then "invia" button in "Aggiornamento attributi" window

comment:4 by neteler, 8 years ago

Milestone: 6.4.46.4.6
Note: See TracTickets for help on using tickets.