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 ca97622 commit 1d72b0cCopy full SHA for 1d72b0c
1 file changed
docs/howto/vet.md
@@ -39,8 +39,6 @@ message Query
39
message Parameter
40
{
41
int32 number = 1;
42
- // Parameter name, inferred from the SQL. Empty when sqlc cannot infer a name
43
- // (codegen then falls back to a generated name like dollar_1).
44
string name = 2;
45
}
46
```
0 commit comments