Skip to content

Commit

Permalink
Merge pull request #49387 from fractaledmind/ar-sqlite-7_1-release-notes
Browse files Browse the repository at this point in the history
[skip ci] Add 7.1 release notes for SQLite3 adapter improvements
  • Loading branch information
rafaelfranca committed Sep 26, 2023
2 parents 5dfded9 + 8c5584c commit 15ccf5b
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 15ccf5b

Please sign in to comment.