CHANGELOG.md 857 字节
Newer Older
1 2 3 4 5 6
*   PostgreSQL: Fix GROUP BY with ORDER BY virtual count attribute.

    Fixes #36022.

    *Ryuta Kamizono*

7 8 9 10 11 12
*   Make ActiveRecord `ConnectionPool.connections` method thread-safe.

    Fixes #36465.

    *Jeff Doering*

13 14 15 16
*   Add support for multiple databases to `rails db:abort_if_pending_migrations`.

    *Mark Lee*

17 18 19 20
*   Fix sqlite3 collation parsing when using decimal columns.

    *Martin R. Schuster*

21
*   Fix invalid schema when primary key column has a comment.
22

23
    Fixes #29966.
24 25 26

    *Guilherme Goettems Schneider*

27
*   Fix table comment also being applied to the primary key column.
28 29 30

    *Guilherme Goettems Schneider*

31
*   Allow generated `create_table` migrations to include or skip timestamps.
32

33 34
    *Michael Duchemin*

35

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