We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 898a738 + 48aeb8c commit 603c276Copy full SHA for 603c276
python/plugins/processing/algs/gdal/ogrsql.py
@@ -65,7 +65,7 @@ def getConsoleCommands(self):
65
arguments.append(outFile)
66
67
layer = self.getParameterValue(self.INPUT)
68
- conn = self.ogrConnectionString(layer)
+ conn = self.ogrConnectionString(layer)[1:-1]
69
arguments.append(conn)
70
71
return ['ogr2ogr', GdalUtils.escapeAndJoin(arguments)]
0 commit comments