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 092ebac commit 08fcfabCopy full SHA for 08fcfab
lib/postgresql.ml
@@ -233,7 +233,7 @@ let ftype_of_string = function
233
| "INTERNAL" -> INTERNAL
234
| "OPAQUE" -> OPAQUE
235
| "ANYELEMENT" -> ANYELEMENT
236
- | "JSONB" -> JSON
+ | "JSONB" -> JSONB
237
| str -> failwith ("ftype_of_string: unknown ftype: " ^ str)
238
239
external init : unit -> unit = "PQocaml_init"
0 commit comments