Releases: gacarrillor/AppendFeaturesToLayer
Releases · gacarrillor/AppendFeaturesToLayer
Append Features to Layer 2.0.0
Append Features to Layer 1.5.0
- Enhance appending/updating PKs in target layer.
Append Features to Layer 1.4.1
- Fix the way we check we have enough permissions for updating a table (#10).
Append Features to Layer v1.4.0
- When updating features, don't attempt to update PKs, since that won't be possible.
Append Features to Layer v1.3.0
- When updating a spatial layer from a non-spatial table, do not overwrite geometries (fix #12).
- When updating GeoPackage features, avoid attempting to update the FID field (since it's not possible).
Append Features to Layer v1.2.0
-
Use the algorithms from the command line, via
qgis_process
. (Thanks to Andreas Rabe for the contribution)Example:
$ qgis_process run "etl_load:appendfeaturestolayer" -- SOURCE_LAYER=/tmp/source.shp TARGET_LAYER=/tmp/target.shp ACTION_ON_DUPLICATE=0
Append Features to Layer v1.1.0
- Add ETL models for QGIS v3.14+ (the field mapper widget was migrated to C++).