CHANGELOG.md 747 字节
Newer Older
1 2 3 4 5 6
*   Make ActiveRecord `ConnectionPool.connections` method thread-safe.

    Fixes #36465.

    *Jeff Doering*

7 8 9 10
*   Add support for multiple databases to `rails db:abort_if_pending_migrations`.

    *Mark Lee*

11 12 13 14
*   Fix sqlite3 collation parsing when using decimal columns.

    *Martin R. Schuster*

15
*   Fix invalid schema when primary key column has a comment.
16

17
    Fixes #29966.
18 19 20

    *Guilherme Goettems Schneider*

21
*   Fix table comment also being applied to the primary key column.
22 23 24

    *Guilherme Goettems Schneider*

25
*   Allow generated `create_table` migrations to include or skip timestamps.
26

27 28
    *Michael Duchemin*

29

30
Please check [6-0-stable](https://github.com/rails/rails/blob/6-0-stable/activerecord/CHANGELOG.md) for previous changes.