mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-01 00:46:20 -05:00
DateTime is also a native type for postgres provider
This commit is contained in:
parent
a665b7d72e
commit
0356752c64
@ -179,6 +179,7 @@ QgsPostgresProvider::QgsPostgresProvider( QString const & uri )
|
||||
|
||||
// date type
|
||||
<< QgsVectorDataProvider::NativeType( tr( "Date" ), "date", QVariant::Date, -1, -1, -1, -1 )
|
||||
<< QgsVectorDataProvider::NativeType( tr( "Date & Time" ), "timestamp without time zone", QVariant::DateTime, -1, -1, -1, -1 )
|
||||
;
|
||||
|
||||
QString key;
|
||||
|
Loading…
x
Reference in New Issue
Block a user