Skip to content

Commit 1ae7a0a

Browse files
committed
Merge pull request #4057 from weiznich/fix/4055
Fix the name of the option
1 parent 4d5fb4f commit 1ae7a0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Increasing the minimal supported Rust version will always be coupled at least wi
1414

1515
### Added
1616

17-
* Support `[print_schema] exclude_custom_type_definitions = ["Vector"]`. If a `custom type` matches one element on the list it's skipped.
17+
* Support `[print_schema] except_custom_type_definitions = ["Vector"]`. If a `custom type` matches one element on the list it's skipped.
1818
* Added automatic usage of all sqlite `rowid` aliases when no explicit primary key is defined for `print-schema`
1919
* Added a `#[dsl::auto_type]` attribute macro, allowing to infer type of query fragment functions
2020
* Added the same type inference on `Selectable` derives, which allows skipping specifying `select_expression_type` most of the time, in turn enabling most queries to be written using just a `Selectable` derive.

0 commit comments

Comments
 (0)