[BUG] Postgresql push insert should fail if primary key exist
Open
- Dominant language
- Go
- Stars
- 23
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
Currently lino silently ignore insertion of object already in database.
This is due to the `ON CONFLICT DO NOTHING` clause used by the postgresql dataconnector.
Note: with ingress-descriptor this applies to the start table only
Contributor guide
Assessment
This issue has not been assessed yet.