We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
sql.narg
1 parent 304ba5d commit 4ca7301Copy full SHA for 4ca7301
docs/howto/named_parameters.md
@@ -61,8 +61,8 @@ RETURNING *;
61
62
sqlc infers the nullability of any specified parameters, and often does exactly
63
what you want. If you want finer control over the nullability of your
64
-parameters, you may use `sql.narg()` (**n**ullable arg) to override the default
65
-behavior. Using `sql.narg` tells sqlc to ignore whatever nullability it has
+parameters, you may use `sqlc.narg()` (**n**ullable arg) to override the default
+behavior. Using `sqlc.narg` tells sqlc to ignore whatever nullability it has
66
inferred and generate a nullable parameter instead. There is no nullable
67
equivalent of the `@` syntax.
68
0 commit comments