fix_pk_issue_mssql.patch
src/providers/mssql/qgsmssqlprovider.cpp | ||
---|---|---|
520 | 520 | |
521 | 521 |
if ( mFidCol >= 0 ) |
522 | 522 |
{ |
523 |
feature.setFeatureId( mQuery.value( col ).toInt() );
|
|
523 |
feature.setFeatureId( mQuery.value( col ).toLongLong() );
|
|
524 | 524 |
col++; |
525 | 525 |
} |
526 | 526 |