[GRASS-SVN] r63212 - grass/branches/releasebranch_7_0/scripts/v.db.update
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Nov 27 09:55:28 PST 2014
Author: mlennert
Date: 2014-11-27 09:55:27 -0800 (Thu, 27 Nov 2014)
New Revision: 63212
Modified:
grass/branches/releasebranch_7_0/scripts/v.db.update/v.db.update.py
Log:
v.db.update: complete parameter key change
Modified: grass/branches/releasebranch_7_0/scripts/v.db.update/v.db.update.py
===================================================================
--- grass/branches/releasebranch_7_0/scripts/v.db.update/v.db.update.py 2014-11-27 17:53:50 UTC (rev 63211)
+++ grass/branches/releasebranch_7_0/scripts/v.db.update/v.db.update.py 2014-11-27 17:55:27 UTC (rev 63212)
@@ -53,7 +53,7 @@
layer = options['layer']
column = options['column']
value = options['value']
- qcolumn = options['qcolumn']
+ qcolumn = options['query_column']
where = options['where']
mapset = grass.gisenv()['MAPSET']
More information about the grass-commit
mailing list