Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ImportExport/QueryExporterGDAL.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ OGRFieldType sql_type_info_to_ogr_field_type(const std::string& name,
case kTIME:
case kTIMESTAMP:
case kDATE:
return OFTString;
return OFTDate;
case kBIGINT:
case kINTERVAL_DAY_TIME:
case kINTERVAL_YEAR_MONTH:
Expand Down