Skip to content
Snippets Groups Projects
Unverified Commit ef2f13ba authored by Ikko Ashimine's avatar Ikko Ashimine Committed by GitHub
Browse files

Fix typo in schema.cljc (#27455)

comparision -> comparison
[ci skip]
parent 3fe17270
Branches
Tags
No related merge requests found
......@@ -300,7 +300,7 @@
;; `wrap-value-literals` middleware. This is done to make it easier to implement query processors, because most driver
;; implementations dispatch off of Object type, which is often not enough to make informed decisions about how to
;; treat certain objects. For example, a string compared against a Postgres UUID Field needs to be parsed into a UUID
;; object, since text <-> UUID comparision doesn't work in Postgres. For this reason, raw literals in `:filter`
;; object, since text <-> UUID comparison doesn't work in Postgres. For this reason, raw literals in `:filter`
;; clauses are wrapped in `:value` clauses and given information about the type of the Field they will be compared to.
(defclause ^:internal value
value s/Any
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment