Skip to content

Commit

Permalink
Add 7.1 release notes for SQLite3 adapter improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
fractaledmind committed Sep 26, 2023
1 parent c32813d commit 8c5584c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions guides/source/7_1_release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -616,6 +616,11 @@ 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 modern, performant defaults for `SQLite3` database connections.

Active Storage
--------------

Expand Down

0 comments on commit 8c5584c

Please sign in to comment.