Skip to content

Commit

Permalink
Update 0.5 release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
ellmetha committed May 11, 2024
1 parent b69d7e2 commit 61635df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/docs/the-marten-project/release-notes/0.5.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ article.category # => Category::BLOG
* A new [`#sum`](../../models-and-databases/reference/query-set.md#sum) method was introduced to allow computing the sum of the values of a specific model field at the database level for the records targeted by a specific query set.
* It is now possible to compute the minimum and maximum values of a specific field at the database level for the records targeted by a query set through the use of the [`#minimum`](../../models-and-databases/reference/query-set.md#minimum) and [`#maximum`](../../models-and-databases/reference/query-set.md#maximum) methods.
* The [`in`](../../models-and-databases/reference/query-set.md#in) query set predicate now supports filtering on arrays of model records directly.
* Query sets now provide a [`#to_sql`](../../models-and-databases/reference/query-set.md#to_sql) method allowing to retrieve the corresponding SQL representation.

#### Handlers and HTTP

Expand Down

0 comments on commit 61635df

Please sign in to comment.