snowflakedb / snowflake-connector-net

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

Added SnowflakeDbDataReader implementation of GetEnumerator using DbEnumerator class #1031

Closed sfc-gh-jmartinezramirez closed 1 month ago

sfc-gh-jmartinezramirez commented 1 month ago

Description

Added implementation of GetEnumerator using DbEnumerator class.

Checklist

codecov[bot] commented 1 month ago

Codecov Report

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

Project coverage is 85.89%. Comparing base (3d0194c) to head (408dc90). Report is 1 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1031 +/- ## ========================================== + Coverage 85.86% 85.89% +0.02% ========================================== Files 118 118 Lines 11456 11455 -1 Branches 1146 1146 ========================================== + Hits 9837 9839 +2 + Misses 1335 1333 -2 + Partials 284 283 -1 ```

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