mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-15 00:04:00 -04:00
fix #6235
This commit is contained in:
parent
1720575aa5
commit
a21ad0f7a1
@ -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++;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user