mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-16 00:03:12 -04:00
[processing] Make python field calculator support LongLong
This commit is contained in:
parent
506b35a75d
commit
0ac02497b9
@ -52,7 +52,7 @@ class FieldsPyculator(QgisAlgorithm):
|
|||||||
OUTPUT = 'OUTPUT'
|
OUTPUT = 'OUTPUT'
|
||||||
RESULT_VAR_NAME = 'value'
|
RESULT_VAR_NAME = 'value'
|
||||||
|
|
||||||
TYPES = [QVariant.Int, QVariant.Double, QVariant.String]
|
TYPES = [QVariant.LongLong, QVariant.Double, QVariant.String]
|
||||||
|
|
||||||
def group(self):
|
def group(self):
|
||||||
return self.tr('Vector table')
|
return self.tr('Vector table')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user