-
Notifications
You must be signed in to change notification settings - Fork 140
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-1230345 Fix to support quoted values in object connection properties #891
SNOW-1230345 Fix to support quoted values in object connection properties #891
Conversation
CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅ |
648f7cc
to
e425fb8
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have read the CLA Document and I hereby sign the CLA
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #891 +/- ##
==========================================
+ Coverage 84.19% 84.23% +0.04%
==========================================
Files 88 88
Lines 9400 9402 +2
Branches 886 884 -2
==========================================
+ Hits 7914 7920 +6
+ Misses 1254 1251 -3
+ Partials 232 231 -1 ☔ View full report in Codecov by Sentry. |
I have read the CLA Document and I hereby sign the CLA |
5185b34
to
f854bed
Compare
… scaped quotes on value. Refactoring of code for special cases.
6650ea3
to
c6483bc
Compare
Rename the method to a more meaningful name.
c6483bc
to
d2903b7
Compare
Description
Fix to support quoted values in object connection properties.
Supported object properties with scaped quotes:
Checklist
dotnet test
)