-
Notifications
You must be signed in to change notification settings - Fork 65
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
Implement casting/mapping towards datatype xsd:dateTime
and xsd:date
.
#1825
base: master
Are you sure you want to change the base?
Implement casting/mapping towards datatype xsd:dateTime
and xsd:date
.
#1825
Conversation
xsd:dateTime
and xsd:date
.xsd:dateTime
and xsd:date
.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1825 +/- ##
==========================================
+ Coverage 90.18% 90.19% +0.01%
==========================================
Files 400 400
Lines 38440 38501 +61
Branches 4306 4316 +10
==========================================
+ Hits 34666 34725 +59
- Misses 2479 2480 +1
- Partials 1295 1296 +1 ☔ View full report in Codecov by Sentry. |
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.
Thank you very much, that looks very nice.
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.
Very nice, only two minor comments remaining
Conformance check passed ✅No test result changes. |
|
This PR provides the implementation for request Issue #1819 @hannahbast .
xsd:date(?dateStr)
andxsd:dateTime(?dateTimeStr)
are now implemented as built-in function calls which enable variable value datatype-casting fromxsd:string
toxsd:dateTime
(+xsd:date
).