Skip to content

Null values when appending to PostgreSQL #39

@BTreeTech

Description

@BTreeTech

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions