fix_pk_issue_mssql.patch

Alexander Bruy, 2012-08-21 09:08 AM

Download (481 Bytes)

View differences:

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