nfcompose icon indicating copy to clipboard operation
nfcompose copied to clipboard

Should POST to datapoint (no upserts) throw errors on concurrent modification

Open s4ke opened this issue 9 months ago • 1 comments

Currently, the last POST silently wins when two start at a time where no entry exists because we are simply using the standard upsert logic. While this is good for most cases, this might be surprising in some situations.

Instead, we could simply remove the ON CONFLICT logic when doing a regular POST.

s4ke avatar Sep 26 '23 23:09 s4ke