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 4f7e19d commit 4171f55Copy full SHA for 4171f55
pgtype/doc.go
@@ -53,6 +53,9 @@ similar fashion to database/sql. The second is to use a pointer to a pointer.
53
return err
54
}
55
56
+When using nullable pgtype types as parameters for queries, one has to remember
57
+to explicitly set their Valid field to true, otherwise the parameter's value will be NULL.
58
+
59
JSON Support
60
61
pgtype automatically marshals and unmarshals data from json and jsonb PostgreSQL types.
0 commit comments