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 8e19d89 commit 6bae4a2Copy full SHA for 6bae4a2
docs/reference/config.md
@@ -54,6 +54,8 @@ Each mapping in the `sql` collection has the following keys:
54
- A mapping to configure query analysis. See [analyzer](#analyzer) for the supported keys.
55
- `strict_function_checks`
56
- If true, return an error if a called SQL function does not exist. Defaults to `false`.
57
+- `strict_order_by`
58
+ - If true, return an error if a order by column is ambiguous. Defaults to `true`.
59
60
### codegen
61
0 commit comments