Skip to content

Commit 46404f7

Browse files
authored
Merge pull request #4081 from ghtmtt/rename_sql
[processing] rename execute sql output
2 parents c30eb9e + 83a2488 commit 46404f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/plugins/processing/algs/qgis/ExecuteSQL.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def defineCharacteristics(self):
8686
self.addParameter(ParameterCrs(self.INPUT_GEOMETRY_CRS,
8787
self.tr('CRS'), optional=True))
8888

89-
self.addOutput(OutputVector(self.OUTPUT_LAYER, self.tr('Output')))
89+
self.addOutput(OutputVector(self.OUTPUT_LAYER, self.tr('SQL Output')))
9090

9191
def processAlgorithm(self, feedback):
9292
layers = self.getParameterValue(self.INPUT_DATASOURCES)

0 commit comments

Comments
 (0)