Skip to content

Commit

Permalink
Merge pull request #4057 from weiznich/fix/4055
Browse files Browse the repository at this point in the history
Fix the name of the option
  • Loading branch information
weiznich authored Jun 2, 2024
2 parents 197f06d + 2582ada commit c264eea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Increasing the minimal supported Rust version will always be coupled at least wi

### Added

* Support `[print_schema] exclude_custom_type_definitions = ["Vector"]`. If a `custom type` matches one element on the list it's skipped.
* Support `[print_schema] except_custom_type_definitions = ["Vector"]`. If a `custom type` matches one element on the list it's skipped.
* Added automatic usage of all sqlite `rowid` aliases when no explicit primary key is defined for `print-schema`
* Added a `#[dsl::auto_type]` attribute macro, allowing to infer type of query fragment functions
* 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.
Expand Down

0 comments on commit c264eea

Please sign in to comment.