Skip to content

Commit

Permalink
Those features are not merged yet
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelfranca committed Sep 29, 2023
1 parent d38dcdc commit 00dd041
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions guides/source/7_1_release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -673,13 +673,12 @@ Please refer to the [Changelog][active-record] for detailed changes.

* Add `#regroup` query method as a short-hand for `.unscope(:group).group(fields)`.

* Add support for generated columns, deferred foreign keys, auto-populated columns,
and custom primary keys to the `SQLite3` adapter.
* Add support for auto-populated columns, and custom primary keys to the `SQLite3` adapter.

* Add modern, performant defaults for `SQLite3` database connections.

* Allow specifying where clauses with column-tuple syntax.

```ruby
Topic.where([:title, :author_name] => [["The Alchemist", "Paulo Coelho"], ["Harry Potter", "J.K Rowling"]])
```
Expand Down

0 comments on commit 00dd041

Please sign in to comment.