From 6bae4a227fa83e9d4a5d8c08e3ae5f711c9468d8 Mon Sep 17 00:00:00 2001 From: LIU HANCHENG Date: Fri, 8 Dec 2023 04:31:08 +0800 Subject: [PATCH] docs: Add strict_order_by in doc (#3044) --- docs/reference/config.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/reference/config.md b/docs/reference/config.md index 6308c901bc..a05367436d 100644 --- a/docs/reference/config.md +++ b/docs/reference/config.md @@ -54,6 +54,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