Skip to content

Commit

Permalink
docs: Add strict_order_by in doc (#3044)
Browse files Browse the repository at this point in the history
  • Loading branch information
CNLHC committed Dec 7, 2023
1 parent 8e19d89 commit 6bae4a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/reference/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 6bae4a2

Please sign in to comment.