Skip to content

Commit

Permalink
Commented out line that was causing:
Browse files Browse the repository at this point in the history
qgis/src/providers/postgres/qgspostgresprovider.cpp:920: error: ‘mTables’ was not declared in this scope

Please fix and re-enable as needed



git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7665 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Nov 27, 2007
1 parent beee8c3 commit cd09fae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/postgres/qgspostgresprovider.cpp
Expand Up @@ -917,7 +917,7 @@ QString QgsPostgresProvider::getPrimaryKey()
}
else
{
QgsDebugMsg( QString("name and type of %3. column of %1.%2 not found").arg(mSchemaName).arg(mTables).arg(col) );
//QgsDebugMsg( QString("name and type of %3. column of %1.%2 not found").arg(mSchemaName).arg(mTables).arg(col) );
}

PQclear(types);
Expand Down

0 comments on commit cd09fae

Please sign in to comment.