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: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ A WASM plugin for SQLC allowing the generation of Java code.
17
17
|`package`| string | yes | The name of the package where the generated files will be located. |
18
18
|`emit_exact_table_names`| boolean | no | Whether table names will not be forced to singular form when generating the models. Defaults to `false`. |
19
19
|`inflection_exclude_table_names`|[]string | no | Table names to be excluded from being forced into singular form when generating the models. |
20
-
|`query_parameter_limit`| integer | no |not yet implemented |
20
+
|`query_parameter_limit`| integer | no | The max number of query parameters allowed before automatically generating a data model for method input.|
21
21
|`indent_char`| string | no | The character to use to indent the code. Defaults to space `" "`. |
22
22
|`chars_per_indent_level`| integer | no | The number of characters per indent level. Defaults to `4`. |
23
23
|`nullable_annotation`| string | no | The full import path for the nullable annotation to use. Defaults to `org.jspecify.annotations.Nullable`. Set to empty string to disable. |
0 commit comments