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

feat: INSERT OR UPDATE #28

Merged
merged 6 commits into from
Oct 21, 2024
Merged

feat: INSERT OR UPDATE #28

merged 6 commits into from
Oct 21, 2024

Conversation

olavloite
Copy link
Collaborator

@olavloite olavloite commented Feb 1, 2024

Adds support for INSERT OR UPDATE and INSERT OR IGNORE statements. These can be generated by adding OnConflict{UpdateAll: true} and OnConflict{DoNothing: true} clauses.

Adds support for INSERT OR UPDATE and INSERT OR IGNORE statements.
These can be generated by adding OnConflict{UpdateAll: true} and
OnConflict{DoNothing: true} clauses.
@olavloite olavloite requested a review from a team as a code owner February 1, 2024 17:47
@olavloite olavloite added the do not merge Indicates a pull request not ready for merge, due to either quality or timing. label Feb 1, 2024
@olavloite olavloite removed the do not merge Indicates a pull request not ready for merge, due to either quality or timing. label Oct 18, 2024
@olavloite olavloite requested a review from rahul2393 October 18, 2024 10:54
@olavloite olavloite merged commit df84b30 into main Oct 21, 2024
18 checks passed
@olavloite olavloite deleted the insert-or-update branch October 21, 2024 13:13
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.

2 participants