Skip to content

Commit

Permalink
fix #1707
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@11107 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Jul 18, 2009
1 parent 69841f7 commit eead1f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/postgres/qgspostgresprovider.cpp
Expand Up @@ -543,7 +543,7 @@ bool QgsPostgresProvider::getFeature( PGresult *queryResult, int row, bool fetch
if ( fld.name() == primaryKey )
{
// primary key was already processed
feature.addAttribute( *it, QString::number( oid ) );
feature.addAttribute( *it, convertValue( fld.type(), QString::number(oid) ) );
continue;
}

Expand Down

0 comments on commit eead1f7

Please sign in to comment.