We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c842f5c commit 6a0b1dcCopy full SHA for 6a0b1dc
src/xitdb/util/conversion.clj
@@ -70,8 +70,7 @@
70
(if (nil? v)
71
(byte-array (-> jdb .md .getDigestLength))
72
(let [digest (.md jdb)
73
- fmt-tag (or (some-> v fmt-tag-keyword fmt-tag-value)
74
- (throw (ex-info (str "Format tag not found for type: " (type v)) {})))]
+ fmt-tag (or (some-> v fmt-tag-keyword fmt-tag-value) "")]
75
;; add format tag
76
(.update digest (.getBytes fmt-tag "UTF-8"))
77
;; add the value
0 commit comments