diff --git a/docs/reference/config.md b/docs/reference/config.md index e4e012679b..98af505798 100644 --- a/docs/reference/config.md +++ b/docs/reference/config.md @@ -52,6 +52,8 @@ Each mapping in the `sql` collection has the following keys: - A mapping to configure query analysis. See [analyzer](#analyzer) for the supported keys. - `strict_function_checks` - If true, return an error if a called SQL function does not exist. Defaults to `false`. +- `strict_order_by` + - If true, return an error if a order by column is ambiguous. Defaults to `true`. ### codegen