Skip to content

Commit

Permalink
fix quotedIdentifier
Browse files Browse the repository at this point in the history
  • Loading branch information
MorriganR authored and nyalldawson committed May 31, 2021
1 parent f044c95 commit 457165d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/postgres/qgspostgresconn.cpp
Expand Up @@ -1889,7 +1889,7 @@ void QgsPostgresConn::retrieveLayerTypes( QVector<QgsPostgresLayerProperty *> &l
else
{
// Query
table = layerProperty.tableName;
table = quotedIdentifier( layerProperty.tableName );
}

if ( layerProperty.geometryColName.isEmpty() )
Expand Down

0 comments on commit 457165d

Please sign in to comment.