Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Feb 25, 2025
1 parent 47bf935 commit 23ca9df
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/providers/mssql/qgsmssqlproviderconnection.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -683,7 +683,6 @@ QgsVectorLayer *QgsMssqlProviderConnection::createSqlVectorLayer( const SqlVecto
{
tUri.setGeometryColumn( options.geometryColumn );

const QString limit { QgsDataSourceUri( uri() ).useEstimatedMetadata() ? QStringLiteral( "AND ROWNUM < 100" ) : QString() };
const QString sql = QStringLiteral( "SELECT %3"
" UPPER(%1.STGeometryType()),"
" %1.STSrid,"
Expand Down

0 comments on commit 23ca9df

Please sign in to comment.