mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
- make QgsVectorFileWriter respect QTime field values and only convert to string if required by output format - list time types as native types for memory, postgres and OGR providers (OGR support depends on file format)
16 lines
310 B
SQL
Executable File
16 lines
310 B
SQL
Executable File
!table
|
|
!version 900
|
|
!charset WindowsLatin1
|
|
|
|
Definition Table
|
|
Type NATIVE Charset "WindowsLatin1"
|
|
Fields 3
|
|
date Date ;
|
|
date_time DateTime ;
|
|
time Time ;
|
|
begin_metadata
|
|
"\IsReadOnly" = "FALSE"
|
|
"\MapInfo" = ""
|
|
"\MapInfo\TableID" = "bff4e165-c593-457c-a460-6c425cc13dc7"
|
|
end_metadata
|