Skip to content

Commit

Permalink
fix #6235
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbruy committed Aug 28, 2012
1 parent 1720575 commit a21ad0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/mssql/qgsmssqlprovider.cpp
Expand Up @@ -520,7 +520,7 @@ bool QgsMssqlProvider::nextFeature( QgsFeature& feature )

if ( mFidCol >= 0 )
{
feature.setFeatureId( mQuery.value( col ).toInt() );
feature.setFeatureId( mQuery.value( col ).toLongLong() );
col++;
}

Expand Down

0 comments on commit a21ad0f

Please sign in to comment.