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 05a1082 commit 61c1da2Copy full SHA for 61c1da2
lib/common.ml
@@ -340,6 +340,7 @@ module Stmt = struct
340
| `Null -> Bind.null b ~at
341
| `Int i -> Bind.int b i ~at
342
| `Int64 i -> Bind.int64 b i ~at
343
+ | `UInt64 i -> Bind.int64 ~unsigned:true b i ~at
344
| `Float x -> Bind.float b x ~at
345
| `String s -> Bind.string b s ~at
346
| `Bytes s -> Bind.blob b s ~at
0 commit comments