Skip to content

Commit 6bae4a2

Browse files
authored
docs: Add strict_order_by in doc (#3044)
1 parent 8e19d89 commit 6bae4a2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/reference/config.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ Each mapping in the `sql` collection has the following keys:
5454
- A mapping to configure query analysis. See [analyzer](#analyzer) for the supported keys.
5555
- `strict_function_checks`
5656
- 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`.
5759

5860
### codegen
5961

0 commit comments

Comments
 (0)