snowflakedb / snowflake-connector-net

Snowflake Connector for .NET
Apache License 2.0
180 stars 139 forks source link

SNOW-1657238: Fix incorrect row count for rows loaded #1044

Closed sfc-gh-ext-simba-lf closed 1 month ago

sfc-gh-ext-simba-lf commented 1 month ago

Description

Fix incorrect row count when executing a COPY INTO command for ExecuteNonQuery and ExecuteNonQueryAsync

Checklist

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 86.22%. Comparing base (8199563) to head (3acb01f).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1044 +/- ## ========================================== + Coverage 86.14% 86.22% +0.07% ========================================== Files 120 120 Lines 11627 11629 +2 Branches 1165 1167 +2 ========================================== + Hits 10016 10027 +11 + Misses 1328 1320 -8 + Partials 283 282 -1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.