Fork me on GitHub
#datalevin
<
2021-12-30
>
alex31415923:12:46

Another basic issue please - I have problems with db.type/float, see the below. It works well with other valueTypes or if I don't specify it in the schema.

(def schema {:name {:db/valueType :db.type/string}
             :height {:db/valueType :db.type/float}})
(d/transact! conn [{:name "John" :height 1.73}
                   {:name "Peter" :height 1.92}])
Execution error (ExceptionInfo) at datalevin.scan/get-first (scan.cljc:157).
Fail to get-first: "Error putting read-only transaction stop key buffer: \"Value out of range for int: 4286578688\""