We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b197994 + 4171f55 commit 603f233Copy full SHA for 603f233
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