You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reference/config.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -126,8 +126,8 @@ The `gen` mapping supports the following keys:
126
126
- `output_files_suffix`:
127
127
- If specified the suffix will be added to the name of the generated files.
128
128
- `query_parameter_limit`:
129
-
- Positional arguments that will be generated in Go functions (>= `1` or `-1`). To always emit a parameter struct, you would need to set it to `-1`. `0` is invalid. Defaults to `1`.
130
-
`rename`:
129
+
- The number of positional arguments that will be generated for Go functions. To always emit a parameter struct, set this to `0`. Defaults to `1`.
130
+
- `rename`:
131
131
- Customize the name of generated struct fields. Explained in detail on the `Renaming fields` section.
132
132
- `overrides`:
133
133
- It is a collection of definitions that dictates which types are used to map a database types. Explained in detail on the `Type overriding` section.
0 commit comments