[GRASS-SVN] r68447 - grass-addons/grass7/db/db.join

svn_grass at osgeo.org svn_grass at osgeo.org
Mon May 16 03:38:00 PDT 2016


Author: neteler
Date: 2016-05-16 03:38:00 -0700 (Mon, 16 May 2016)
New Revision: 68447

Modified:
   grass-addons/grass7/db/db.join/db.join.py
Log:
db.join addon: reorder parameters

Modified: grass-addons/grass7/db/db.join/db.join.py
===================================================================
--- grass-addons/grass7/db/db.join/db.join.py	2016-05-16 10:36:25 UTC (rev 68446)
+++ grass-addons/grass7/db/db.join/db.join.py	2016-05-16 10:38:00 UTC (rev 68447)
@@ -32,6 +32,13 @@
 #% required : yes
 #%end
 
+#%option G_OPT_DB_DATABASE
+#%end
+
+#%option G_OPT_DB_DRIVER
+#% options: dbf,odbc,ogr,sqlite,pg
+#%end
+
 #%option G_OPT_DB_TABLE
 #% key: other_table
 #% description: Other table name
@@ -39,13 +46,6 @@
 #% guidependency: ocolumn,scolumns
 #%end
 
-#%option G_OPT_DB_DATABASE
-#%end
-
-#%option G_OPT_DB_DRIVER
-#% options: dbf,odbc,ogr,sqlite,pg
-#%end
-
 #%option G_OPT_DB_COLUMN
 #% key: other_column
 #% description: Identifier column (e.g.: id) in the other table used for join



More information about the grass-commit mailing list