Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use upsert logic for insertion #9

Merged
merged 4 commits into from
Mar 26, 2024
Merged

use upsert logic for insertion #9

merged 4 commits into from
Mar 26, 2024

Conversation

francojreyes
Copy link
Contributor

@francojreyes francojreyes commented Mar 26, 2024

Upsert tuples in the /insert route rather than simply truncating and replacing by default. This avoids situations where truncation causes a cascade deletion even though the tuple is immediately reinserted.

Upsert is done on conflict of primary key, which is inferred from the Postgres catalog.

@francojreyes francojreyes merged commit 3b17593 into master Mar 26, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant