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

Basic support for insert with on conflict #269

Merged
merged 5 commits into from Mar 12, 2022
Merged

Conversation

Fs02
Copy link
Member

@Fs02 Fs02 commented Mar 12, 2022

Support basic case of insert with conflict

  • Ignore
  • Replace
  • Fragment (for advanced use case)

#217

@codecov
Copy link

codecov bot commented Mar 12, 2022

Codecov Report

Merging #269 (6975d28) into master (423deed) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #269   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           32        33    +1     
  Lines         2723      2737   +14     
=========================================
+ Hits          2723      2737   +14     
Impacted Files Coverage Δ
mutation.go 100.00% <100.00%> (ø)
on_conflict.go 100.00% <100.00%> (ø)
repository.go 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 423deed...6975d28. Read the comment docs.

@Fs02 Fs02 merged commit 120fb8c into master Mar 12, 2022
@Fs02 Fs02 deleted the support-insert-on-conflict branch March 12, 2022 17:51
@Fs02 Fs02 mentioned this pull request Mar 16, 2022
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.

None yet

1 participant