Skip to content

Commit e8ba320

Browse files
committed
Merge pull request #9 from m2ym/json
Fix typo in PR #8
2 parents 092ebac + 08fcfab commit e8ba320

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/postgresql.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ let ftype_of_string = function
233233
| "INTERNAL" -> INTERNAL
234234
| "OPAQUE" -> OPAQUE
235235
| "ANYELEMENT" -> ANYELEMENT
236-
| "JSONB" -> JSON
236+
| "JSONB" -> JSONB
237237
| str -> failwith ("ftype_of_string: unknown ftype: " ^ str)
238238

239239
external init : unit -> unit = "PQocaml_init"

0 commit comments

Comments
 (0)