Skip to content

Commit

Permalink
postgres provider: revert 93fe5b0 and 457165d (fixes #43965)
Browse files Browse the repository at this point in the history
(cherry picked from commit 14b20ec)
  • Loading branch information
jef-n committed Jun 28, 2021
1 parent cce3a41 commit 79415d8
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 = QStringLiteral( "%1 AS t" ).arg( layerProperty.tableName );
table = layerProperty.tableName;
}

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

0 comments on commit 79415d8

Please sign in to comment.