Skip to content

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/plugins/grass/qgsgrassmodule.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2644,7 +2644,7 @@ void QgsGrassModuleGdalInput::updateQgisLayers()
26442644
// Construct OGR DSN
26452645
QgsDataSourceURI dsUri(provider->dataSourceUri());
26462646
uri = "PG:" + dsUri.connInfo();
2647-
ogrLayer = dsUri.schema() + "." + dsUri.table();
2647+
ogrLayer = dsUri.table();
26482648
}
26492649
else
26502650
{

0 commit comments

Comments
 (0)
Please sign in to comment.