CHANGELOG.md 1.1 KB
Newer Older
1 2 3 4
*   Add database_exists? method to connection adapters to check if a database exists.

      *Guilherme Mansur*

5 6 7 8
*   Loading the schema for a model that has no `table_name` raises a `TableNotSpecified` error.

    *Guilherme Mansur*, *Eugene Kenny*

9 10 11 12 13 14
*   PostgreSQL: Fix GROUP BY with ORDER BY virtual count attribute.

    Fixes #36022.

    *Ryuta Kamizono*

15 16 17 18 19 20
*   Make ActiveRecord `ConnectionPool.connections` method thread-safe.

    Fixes #36465.

    *Jeff Doering*

21 22 23 24
*   Add support for multiple databases to `rails db:abort_if_pending_migrations`.

    *Mark Lee*

25 26 27 28
*   Fix sqlite3 collation parsing when using decimal columns.

    *Martin R. Schuster*

29
*   Fix invalid schema when primary key column has a comment.
30

31
    Fixes #29966.
32 33 34

    *Guilherme Goettems Schneider*

35
*   Fix table comment also being applied to the primary key column.
36 37 38

    *Guilherme Goettems Schneider*

39
*   Allow generated `create_table` migrations to include or skip timestamps.
40

41 42
    *Michael Duchemin*

43

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