rails/activerecord/CHANGELOG.md
Martin Schuster 86d3f251c8 Fix sqlite3 collation parsing when using decimal columns.
If an sqlite3 table contains a decimal column behind columns with a collation
definition, then parsing the collation of all preceeding columns will fail --
the collation will be missed without notice.
2019-06-04 15:47:21 +02:00

534 B

  • Fix sqlite3 collation parsing when using decimal columns.

    Martin R. Schuster

  • Fix invalid schema when primary key column has a comment

    Fixes #29966

    Guilherme Goettems Schneider

  • Fix table comment also being applied to the primary key column

    Guilherme Goettems Schneider

  • Allow generated create_table migrations to include or skip timestamps.

    Michael Duchemin

Please check 6-0-stable for previous changes.