mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-18 00:03:05 -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 )
|
if ( mFidCol >= 0 )
|
||||||
{
|
{
|
||||||
feature.setFeatureId( mQuery.value( col ).toInt() );
|
feature.setFeatureId( mQuery.value( col ).toLongLong() );
|
||||||
col++;
|
col++;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user