We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 506b35a commit 0ac0249Copy full SHA for 0ac0249
python/plugins/processing/algs/qgis/FieldPyculator.py
@@ -52,7 +52,7 @@ class FieldsPyculator(QgisAlgorithm):
52
OUTPUT = 'OUTPUT'
53
RESULT_VAR_NAME = 'value'
54
55
- TYPES = [QVariant.Int, QVariant.Double, QVariant.String]
+ TYPES = [QVariant.LongLong, QVariant.Double, QVariant.String]
56
57
def group(self):
58
return self.tr('Vector table')
0 commit comments