Subject: CVS commit: pkgsrc/databases/ruby-activerecord70
From: Takahiro Kambe
Date: 2022-02-13 08:43:55
Message id: 20220213074355.D1C9BFB24@cvs.NetBSD.org

Log Message:
databases/ruby-activerecord70: update to 7.0.2

7.0.2 (2022-02-08)

* Fix PG.connect keyword arguments deprecation warning on ruby 2.7.

  Nikita Vasilevsky

* Fix the ability to exclude encryption params from being autofiltered.

  Mark Gangl

* Dump the precision for datetime columns following the new defaults.

  Rafael Mendonça França

* Make sure encrypted attributes are not being filtered twice.

  Nikita Vasilevsky

* Dump the database schema containing the current Rails version.

  Since #42297, Rails now generate datetime columns with a default precision
  of 6.  This means that users upgrading to Rails 7.0 from 6.1, when loading
  the database schema, would get the new precision value, which would not
  match the production schema.

  To avoid this the schema dumper will generate the new format which will
  include the Rails version and will look like this:

	ActiveRecord::Schema[7.0].define

  When upgrading from Rails 6.1 to Rails 7.0, you can run the rails
  app:update task that will set the current schema version to 6.1.

  Rafael Mendonça França

* Fix parsing expression for PostgreSQL generated column.

  fatkodima

* Fix Mysql2::Error: Commands out of sync; you can't run this command now
  when bulk-inserting fixtures that exceed max_allowed_packet configuration.

  Nikita Vasilevsky

* Fix error when saving an association with a relation named record.

  Dorian Marié

* Fix MySQL::SchemaDumper behavior about datetime precision value.

  y0t4

* Improve associated with no reflection error.

  Nikolai

* Fix PG.connect keyword arguments deprecation warning on ruby 2.7.

  Fixes #44307.

  Nikita Vasilevsky

* Fix passing options to check_constraint from change_table.

  Frederick Cheung

7.0.2.1 (2022-02-11)

* No changes.

7.0.2.2 (2022-02-11)

* No changes.

Files:
RevisionActionfile
1.3modifypkgsrc/databases/ruby-activerecord70/distinfo