This commit is contained in:
Alexander Bruy 2012-08-28 14:50:28 +03:00
parent 1720575aa5
commit a21ad0f7a1

View File

@ -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++;
}