This commit is contained in:
Juergen E. Fischer 2013-02-15 19:55:54 +01:00
parent b630692c74
commit f22c62a891

View File

@ -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 = "";