Opened 10 years ago

Last modified 8 years ago

#2195 new defect

"Query raster/vectors maps" tool fails while saving modified attribute — at Version 1

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;

Change History (2)

by artegion, 10 years ago

Attachment: Capture-2.jpg added

comment:1 by neteler, 10 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.