mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
fix #7160
This commit is contained in:
parent
b630692c74
commit
f22c62a891
@ -388,6 +388,7 @@ bool QgsPostgresConn::getTableInfo( bool searchGeometryColumnsOnly, bool searchP
|
||||
.arg( srid )
|
||||
.arg( relkind ) );
|
||||
|
||||
layerProperty.pkCols.clear();
|
||||
layerProperty.type = type;
|
||||
layerProperty.schemaName = schemaName;
|
||||
layerProperty.tableName = tableName;
|
||||
@ -403,6 +404,7 @@ bool QgsPostgresConn::getTableInfo( bool searchGeometryColumnsOnly, bool searchP
|
||||
continue;
|
||||
}
|
||||
}
|
||||
|
||||
layerProperty.srid = srid;
|
||||
layerProperty.sql = "";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user