Bug report #21356
Processing - Export to PostgreSQL (available connections)
Status: | Open | ||
---|---|---|---|
Priority: | Normal | ||
Assignee: | Giovanni Manghi | ||
Category: | Processing/GDAL | ||
Affected QGIS version: | 3.4.4 | Regression?: | No |
Operating System: | Easy fix?: | No | |
Pull Request or Patch supplied: | No | Resolution: | |
Crashes QGIS or corrupts data: | No | Copied to github as #: | 29174 |
Description
This script has several problems especially when use iterate over...
- doesn't create multiple layers but only a single layer, if overwrite is checked remain only the last feature;
- if the source layer is a postgres layer, the name of new one layer is a concatenation of <new schema>.<source schema>.<table name> instead of <new schema>.<table name>;
- if the source is postgres doesn't check if source layer and new layer are the same.
I think that the names of output layers could be created in a composer in order to have maximum flexibility.
Finally two cosmetic wish:
- the counter goes from 0 to number of feature instead from 1 to number of feature;
- change the iterator icon is in a checkbox widget.
History
#1 Updated by Giovanni Manghi over 5 years ago
- Operating System deleted (
W10 and ubuntu) - Assignee deleted (
Alessandro Pasotti) - Category changed from Processing/QGIS to Processing/GDAL
Please, 1 issue per ticket (and a meaningful subject).
#2 Updated by Giovanni Manghi over 5 years ago
- Assignee set to Giovanni Manghi