Skip to content

Commit

Permalink
remove useless instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
troopa81 authored and nyalldawson committed Jan 29, 2021
1 parent 9c5b6ac commit 2fc9048
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/providers/oracle/qgsoracleproviderconnection.cpp
Expand Up @@ -271,8 +271,6 @@ void QgsOracleProviderConnection::createVectorTable( const QString &schema,
if ( wkbType != QgsWkbTypes::Type::Unknown && wkbType != QgsWkbTypes::Type::NoGeometry )
{
newUri.setGeometryColumn( options->value( QStringLiteral( "geometryColumn" ), QStringLiteral( "GEOM" ) ).toString() );
// set wkbType (There is no way to guess geometry type from database is there is no data)
newUri.setWkbType( wkbType );
}
QMap<int, int> map;
QString errCause;
Expand Down

0 comments on commit 2fc9048

Please sign in to comment.