getdozer / getdozer/dozer

Record store can't handle `UPDATE` and `DELETE` when there's no primary index

Open
#1,411 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Rust
Stars
1.6k
Forks
145
PR merge metrics
No merged PRs in 30d

Description

Related to #1376.

The record store uses primary key as key in a hash map to store all the records, this is a problem when schema has no primary index.

I'm not sure if we should allow source to send `UPDATE` and `DELETE` if there's no primary index, but I guess postgres will do it anyway.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.