CHANGELOG.md 994 字节
Newer Older
1 2 3 4
*   Loading the schema for a model that has no `table_name` raises a `TableNotSpecified` error.

    *Guilherme Mansur*, *Eugene Kenny*

5 6 7 8 9 10
*   PostgreSQL: Fix GROUP BY with ORDER BY virtual count attribute.

    Fixes #36022.

    *Ryuta Kamizono*

11 12 13 14 15 16
*   Make ActiveRecord `ConnectionPool.connections` method thread-safe.

    Fixes #36465.

    *Jeff Doering*

17 18 19 20
*   Add support for multiple databases to `rails db:abort_if_pending_migrations`.

    *Mark Lee*

21 22 23 24
*   Fix sqlite3 collation parsing when using decimal columns.

    *Martin R. Schuster*

25
*   Fix invalid schema when primary key column has a comment.
26

27
    Fixes #29966.
28 29 30

    *Guilherme Goettems Schneider*

31
*   Fix table comment also being applied to the primary key column.
32 33 34

    *Guilherme Goettems Schneider*

35
*   Allow generated `create_table` migrations to include or skip timestamps.
36

37 38
    *Michael Duchemin*

39

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