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.
2 parents 092ebac + 08fcfab commit e8ba320Copy full SHA for e8ba320
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