Skip to content

Commit

Permalink
Allow for uuids as values
Browse files Browse the repository at this point in the history
  • Loading branch information
FiV0 committed Aug 10, 2023
1 parent bb10893 commit a1e0ebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/clojure/xtdb/logical_plan.clj
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
(s/def ::column symbol?)

;; TODO flesh out
(s/def ::value (some-fn string? number? inst? keyword? util-date? temporal?))
(s/def ::value (some-fn string? number? inst? keyword? util-date? temporal? uuid?))

(s/def ::param
(s/and simple-symbol? #(str/starts-with? (name %) "?")))
Expand Down

0 comments on commit a1e0ebe

Please sign in to comment.