-
Notifications
You must be signed in to change notification settings - Fork 165
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
Use getValueAsString for DateTimeType conversions #767
Use getValueAsString for DateTimeType conversions #767
Conversation
…pe-conversion-via-stringvalue
Codecov Report
@@ Coverage Diff @@
## master #767 +/- ##
============================================
+ Coverage 9.62% 9.70% +0.07%
- Complexity 12875 12880 +5
============================================
Files 2198 2198
Lines 911470 911377 -93
Branches 273323 273224 -99
============================================
+ Hits 87745 88463 +718
+ Misses 790183 789401 -782
+ Partials 33542 33513 -29
Continue to review full report at Codecov.
|
Use Base64Binary getValue for Base64 conversion instead of getValueAsString.
Since Uuids extend UriType, it was always gettting treated as a Uri instead of a Uuid
…pe-conversion-via-stringvalue
Add changes for canonical
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.
ok looks good
This changes all BaseDateTimeType extension conversions to use getValueAsString instead of getValue in order to preserve precision when converting.