[GRASS-SVN] r72977 - grass/trunk/vector/v.in.ogr
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Jul 11 01:39:09 PDT 2018
Author: mmetz
Date: 2018-07-11 01:39:09 -0700 (Wed, 11 Jul 2018)
New Revision: 72977
Modified:
grass/trunk/vector/v.in.ogr/dsn.c
Log:
v.in.ogr: add comment to not mix OGR dsn and GRASS db connection
Modified: grass/trunk/vector/v.in.ogr/dsn.c
===================================================================
--- grass/trunk/vector/v.in.ogr/dsn.c 2018-07-11 08:36:19 UTC (rev 72976)
+++ grass/trunk/vector/v.in.ogr/dsn.c 2018-07-11 08:39:09 UTC (rev 72977)
@@ -11,6 +11,8 @@
dsn = G_store(opt_dsn);
return dsn;
+
+ /* input OGR dsn and GRASS db connections are independent of each other */
/* TODO: remove below code, or use it in e.g. a new v.in.pg */
if (G_strncasecmp(opt_dsn, "PG:", 3) == 0) {
More information about the grass-commit
mailing list