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 c6735cc commit 8a98934Copy full SHA for 8a98934
python/plugins/processing/algs/qgis/ui/FieldsMappingPanel.py
@@ -44,6 +44,8 @@ class FieldsMappingModel(QtCore.QAbstractTableModel):
44
(QtCore.QVariant.Int, "Integer"),
45
(QtCore.QVariant.Double, "Double"),
46
(QtCore.QVariant.String, "String"),
47
+ (QtCore.QVariant.DateTime, "Date"),
48
+ (QtCore.QVariant.LongLong, "Double"),
49
(QtCore.QVariant.Date, "Date")])
50
51
columns = [
0 commit comments