Skip to content
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

Fix #638: casting for derived xsd:integer datatypes #654

Merged
merged 3 commits into from
Nov 21, 2016

Conversation

abrokenjester
Copy link
Contributor

This PR addresses GitHub issue: #638 .

Briefly describe the changes proposed in this PR:

  • added casting functions for xsd:short, xsd:long, and all other "additional datatypes" as described in the SPARQL spec.
  • added unit tests for each casting function
  • deprecated xsd casting functions in base package and moved all to new implementations in xsd package.

Signed-off-by: Jeen Broekstra <jeen.broekstra@gmail.com>
…d:integer

Signed-off-by: Jeen Broekstra <jeen.broekstra@gmail.com>
Signed-off-by: Jeen Broekstra <jeen.broekstra@gmail.com>
@abrokenjester
Copy link
Contributor Author

@nikolavp , @damyan-ognyanov have a look if you can and let me know what you think.

@abrokenjester abrokenjester merged commit 4a15deb into master Nov 21, 2016
@abrokenjester abrokenjester deleted the issues/#638-cast-datatypes branch November 21, 2016 01:28
abrokenjester added a commit that referenced this pull request Nov 24, 2016
Fix #638: casting for derived xsd:integer datatypes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant