Skip to content

Commit

Permalink
Use version 3.2.0 instead of 3.1.2
Browse files Browse the repository at this point in the history
Co-authored-by: Even Rouault <even.rouault@spatialys.com>
  • Loading branch information
2 people authored and nyalldawson committed Aug 6, 2020
1 parent 7d82fe7 commit ee5b0dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/providers/ogr/qgsogrprovider.cpp
Expand Up @@ -566,7 +566,7 @@ QgsOgrProvider::QgsOgrProvider( QString const &uri, const ProviderOptions &optio

// Older versions of GDAL incorrectly report that shapefiles support
// DateTime.
#if GDAL_VERSION_NUM <= GDAL_COMPUTE_VERSION(3,1,2)
#if GDAL_VERSION_NUM < GDAL_COMPUTE_VERSION(3,2,0)
if ( mGDALDriverName == QLatin1String( "ESRI Shapefile" ) )
{
supportsDateTime = false;
Expand Down

0 comments on commit ee5b0dc

Please sign in to comment.