Subject: CVS commit: pkgsrc/databases/ruby-activerecord70
From: Takahiro Kambe
Date: 2022-06-07 17:19:27
Message id: 20220607151927.54778FB19@cvs.NetBSD.org

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

7.0.3 (2022-05-12)

* Some internal housekeeping on reloads could break custom respond_to?
  methods in class objects that referenced reloadable constants. See #44125
  for details.

* Fixed MariaDB default function support.

  Defaults would be written wrong in "db/schema.rb" and not work correctly
  if using db:schema:load. Further more the function name would be added as
  string content when saving new records.

* Fix remove_foreign_key with :if_exists option when foreign key actually
  exists.

* Remove --no-comments flag in structure dumps for PostgreSQL

  This broke some apps that used custom schema comments. If you don't want
  comments in your structure dump, you can use:

	ActiveRecord::Tasks::DatabaseTasks.structure_dump_flags = ['--no-comments']

* Use the model name as a prefix when filtering encrypted attributes from
  logs.

  For example, when encrypting Person#name it will add person.name as a
  filter parameter, instead of just name. This prevents unintended filtering
  of parameters with a matching name in other models.

* Fix quoting of ActiveSupport::Duration and Rational numbers in the MySQL
  adapter.

* Fix change_column_comment to preserve column's AUTO_INCREMENT in the MySQL
  adapter

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