Merge pull request #4081 from ghtmtt/rename_sql

[processing] rename execute sql output
This commit is contained in:
Nyall Dawson 2017-02-02 14:24:48 +10:00 committed by GitHub
commit 46404f73d9

View File

@ -86,7 +86,7 @@ class ExecuteSQL(GeoAlgorithm):
self.addParameter(ParameterCrs(self.INPUT_GEOMETRY_CRS,
self.tr('CRS'), optional=True))
self.addOutput(OutputVector(self.OUTPUT_LAYER, self.tr('Output')))
self.addOutput(OutputVector(self.OUTPUT_LAYER, self.tr('SQL Output')))
def processAlgorithm(self, feedback):
layers = self.getParameterValue(self.INPUT_DATASOURCES)