Skip to content

Commit

Permalink
Revert "[Oracle] Force multi geometry type at layer level"
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed May 14, 2020
1 parent 91152ee commit f10ba1c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/providers/oracle/qgsoracleprovider.cpp
Expand Up @@ -78,10 +78,6 @@ QgsOracleProvider::QgsOracleProvider( QString const &uri, const ProviderOptions
mSqlWhereClause = mUri.sql();
mSrid = mUri.srid().toInt();
mRequestedGeomType = mUri.wkbType();
if ( QgsWkbTypes::isSingleType( mRequestedGeomType ) && QgsWkbTypes::geometryType( mRequestedGeomType ) != QgsWkbTypes::PointGeometry )
{
mRequestedGeomType = QgsWkbTypes::multiType( mRequestedGeomType );
}
mUseEstimatedMetadata = mUri.useEstimatedMetadata();
mIncludeGeoAttributes = mUri.hasParam( "includegeoattributes" ) ? mUri.param( "includegeoattributes" ) == "true" : false;

Expand Down

0 comments on commit f10ba1c

Please sign in to comment.