You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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))
The text was updated successfully, but these errors were encountered:
grafter.db converts all xsd:date's passing through grafter into strings. Grafter now handles this properly so this should be removed.
The text was updated successfully, but these errors were encountered: