AppendFeaturesToLayer icon indicating copy to clipboard operation
AppendFeaturesToLayer copied to clipboard

Null values when appending to PostgreSQL

Open BTreeTech opened this issue 6 months ago • 4 comments

I am appending features to a PostreSQL table/ Postgis layer.

  • If I append using the "Just append all features...." option - all is fine
  • If I append using the "if a duplicate is found UPDATE...." option and there is a duplicate - all is fine
  • If I append using the "if a duplicate is found UPDATE...." option and there is not a duplicate I get an error when it tries to add the feature. The error is ERROR: null value in column "uuid" of relation "MyLayer" violates not-null constraint - since there is a uuid for each feature I assume something else is happening.

BTreeTech avatar Aug 07 '25 09:08 BTreeTech