Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
19.11.2007 new module: v.db.update_op_query
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7491 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
leo.lami committed Nov 19, 2007
1 parent 61caa6d commit 3eebfd1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/plugins/grass/modules/v.db.update_op_query.qgm
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd">

<qgisgrassmodule label=" v.db.update - Allows to assign a new value to a column, result of operation on column/s, only if the result of a query is TRUE" module="v.db.update">
<option key="map" layeroption="layer" />
<field key="column" layer="map" type="integer,double,varchar,string" label="Attribute field" />
<option key="qcolumn" />
<option key="where"/>
</qgisgrassmodule>

0 comments on commit 3eebfd1

Please sign in to comment.