We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9029d2 commit b4def57Copy full SHA for b4def57
docs/howto/named_parameters.md
@@ -46,6 +46,10 @@ type UpdateAuthorNameParams struct {
46
If the `sqlc.arg()` syntax is too verbose for your taste, you can use the `@`
47
operator as a shortcut.
48
49
+```{note}
50
+The `@` operator as a shortcut for `sqlc.arg()` is not supported in MySQL.
51
+```
52
+
53
```sql
54
-- name: UpsertAuthorName :one
55
UPDATE author
0 commit comments