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.
2 parents c30eb9e + 83a2488 commit 46404f7Copy full SHA for 46404f7
python/plugins/processing/algs/qgis/ExecuteSQL.py
@@ -86,7 +86,7 @@ def defineCharacteristics(self):
86
self.addParameter(ParameterCrs(self.INPUT_GEOMETRY_CRS,
87
self.tr('CRS'), optional=True))
88
89
- self.addOutput(OutputVector(self.OUTPUT_LAYER, self.tr('Output')))
+ self.addOutput(OutputVector(self.OUTPUT_LAYER, self.tr('SQL Output')))
90
91
def processAlgorithm(self, feedback):
92
layers = self.getParameterValue(self.INPUT_DATASOURCES)
0 commit comments