Skip to content

Commit

Permalink
postgres provider: revert 93fe5b0 and 457165d (fixes #43965)
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Jun 28, 2021
1 parent b440bb2 commit 14b20ec
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 14b20ec

Please sign in to comment.