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

Fail gracefully when inserting many data rows on sqlite #1198

Merged
merged 1 commit into from
Feb 28, 2023

Conversation

awrichar
Copy link
Contributor

@awrichar awrichar commented Feb 28, 2023

Need to pass requestConflictEmptyResult=true on this path, the same as we do on the postgres path.

Fixes #1196

Need to pass requestConflictEmptyResult=true on this path, the same as
we do on the postgres path.

Signed-off-by: Andrew Richardson <andrew.richardson@kaleido.io>
@codecov-commenter
Copy link

Codecov Report

Merging #1198 (24f1a06) into main (092e8c7) will not change coverage.
The diff coverage is 100.00%.

@@            Coverage Diff            @@
##              main     #1198   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          305       305           
  Lines        20057     20057           
=========================================
  Hits         20057     20057           
Impacted Files Coverage Δ
internal/database/sqlcommon/data_sql.go 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Inserting multiple data items can trigger failure loop
3 participants