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

SNOW-978164: Fix stmt.Exec for DML #978

Merged
merged 13 commits into from
Dec 4, 2023

Merge branch 'master' into SNOW-978164

e366b87
Select commit
Loading
Failed to load commit list.
Merged

SNOW-978164: Fix stmt.Exec for DML #978

Merge branch 'master' into SNOW-978164
e366b87
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
Codecov / codecov/project succeeded Dec 4, 2023 in 0s

82.80% (+0.00%) compared to ceea09f

View this Pull Request on Codecov

82.80% (+0.00%) compared to ceea09f

Details

Codecov Report

Attention: 9 lines in your changes are missing coverage. Please review.

Comparison is base (ceea09f) 82.80% compared to head (e366b87) 82.80%.
Report is 1 commits behind head on master.

Files Patch % Lines
result.go 33.33% 4 Missing ⚠️
connection_util.go 75.00% 2 Missing ⚠️
statement.go 85.71% 2 Missing ⚠️
retry.go 96.55% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##           master     #978   +/-   ##
=======================================
  Coverage   82.80%   82.80%           
=======================================
  Files          50       50           
  Lines        9643     9684   +41     
=======================================
+ Hits         7985     8019   +34     
- Misses       1658     1665    +7     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.