From e0ab4f3f153aa37e23901502bd4443d05ac2ea8e Mon Sep 17 00:00:00 2001 From: LIU HANCHENG Date: Thu, 7 Dec 2023 11:01:26 +0800 Subject: [PATCH] doc: add strict_order_by in doc --- docs/reference/config.md | 2 ++ 1 file changed, 2 insertions(+) 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