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 12e41c1 commit ce43cf0Copy full SHA for ce43cf0
lib/postgresql.mli
@@ -216,8 +216,8 @@ val null : string
216
[null] is also returned by [getvalue] and [get_escaped_value], [gettuple],
217
... for NULL values.
218
219
- Remark: is you use NULL within array or other structured data, you will
220
- have to handle NULL values according to postgresql documentation. *)
+ Remark: is you use NULL within array or other structured data, you will have
+ to handle NULL values according to postgresql documentation. *)
221
222
(** Class type of query results.
223
0 commit comments