mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
[processing] add date, datetime, time fields to memory output
(fixes #14163)
This commit is contained in:
parent
2f411afe75
commit
427b9c9734
@ -67,7 +67,10 @@ TYPE_MAP = {
|
||||
TYPE_MAP_MEMORY_LAYER = {
|
||||
QVariant.String: "string",
|
||||
QVariant.Double: "double",
|
||||
QVariant.Int: "integer"
|
||||
QVariant.Int: "integer",
|
||||
QVariant.Date: "date",
|
||||
QVariant.DateTime: "datetime",
|
||||
QVariant.Time: "time"
|
||||
}
|
||||
|
||||
TYPE_MAP_POSTGIS_LAYER = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user