Opened 11 years ago
Last modified 9 years ago
#2195 new defect
"Query raster/vectors maps" tool fails while saving modified attribute — at Initial Version
Reported by: | artegion | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 6.4.6 |
Component: | wxGUI | Version: | 6.4.3 |
Keywords: | Cc: | ||
CPU: | Unspecified | Platform: | All |
Description
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;
Note:
See TracTickets
for help on using tickets.