snowflakedb / snowflake-connector-net

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

SNOW-1672654 Support for empty encryptionMaterial #1048

Closed sfc-gh-dstempniak closed 4 weeks ago

sfc-gh-dstempniak commented 1 month ago

Description

If an internal stage is created with SNOWLFAKE_SSE encryption, encryptionMaterial isn't returned from Snowflake. We need to support empty encryptionMaterial when client side encryption is disabled and isClientSideEncrypted is false.

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.28%. Comparing base (5e16693) to head (ee08529).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1048 +/- ## ========================================== + Coverage 86.11% 86.28% +0.16% ========================================== Files 120 120 Lines 11628 11648 +20 Branches 1167 1174 +7 ========================================== + Hits 10013 10050 +37 + Misses 1332 1318 -14 + Partials 283 280 -3 ```

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