Skip to content

Commit 8987bb5

Browse files
committed
Add link to ticket about GDAL raster not working with service-only uri
1 parent d74864b commit 8987bb5

File tree

1 file changed

+1
-0
lines changed
  • python/plugins/db_manager/db_plugins/postgis

1 file changed

+1
-0
lines changed

python/plugins/db_manager/db_plugins/postgis/plugin.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,7 @@ def gdalUri(self, uri=None):
304304
if not uri:
305305
uri = self.database().uri()
306306
# NOTE: service-only URIs won't work with GDAL up to 2.2.x
307+
# See: https://issues.qgis.org/issues/16626
307308
service = (u'service=%s' % uri.service()) if uri.service() else ''
308309
schema = (u'schema=%s' % self.schemaName()) if self.schemaName() else ''
309310
dbname = (u'dbname=%s' % uri.database()) if uri.database() else ''

0 commit comments

Comments
 (0)