Skip to content

grafter.db breaks grafter xsd:date conversion and instead returns a string #11

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

Closed
RickMoynihan opened this issue Nov 27, 2020 · 0 comments

Comments

@RickMoynihan
Copy link
Member

grafter.db converts all xsd:date's passing through grafter into strings. Grafter now handles this properly so this should be removed.

;; TODO: remove this when Grafter is patched for xsd:Date literals
(defmethod rio/backend-literal->grafter-type "http://www.w3.org/2001/XMLSchema#date" [literal]
  (pr/raw-value literal))
RickMoynihan added a commit that referenced this issue Nov 27, 2020
Fixes #11 grafter.db breaks grafter xsd:date conversion
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

No branches or pull requests

1 participant