We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 5ff8ecf commit eefe679Copy full SHA for eefe679
src/plugins/grass/qgsgrassmodule.cpp
@@ -2644,7 +2644,7 @@ void QgsGrassModuleGdalInput::updateQgisLayers()
2644
// Construct OGR DSN
2645
QgsDataSourceURI dsUri(provider->dataSourceUri());
2646
uri = "PG:" + dsUri.connInfo();
2647
- ogrLayer = dsUri.schema() + "." + dsUri.table();
+ ogrLayer = dsUri.table();
2648
}
2649
else
2650
{
0 commit comments