We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 1ce09b8 commit 384a790Copy full SHA for 384a790
src/providers/postgres/qgspostgresprovider.cpp
@@ -235,7 +235,7 @@ QgsPostgresProvider::QgsPostgresProvider( QString const & uri )
235
QString delim;
236
Q_FOREACH ( int idx, mPrimaryKeyAttrs )
237
{
238
- key += delim + quotedIdentifier( mAttributeFields.at( idx ).name() );
+ key += delim + mAttributeFields.at( idx ).name();
239
delim = ',';
240
}
241
0 commit comments