mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
Merge pull request #4081 from ghtmtt/rename_sql
[processing] rename execute sql output
This commit is contained in:
commit
46404f73d9
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user