pkgsrc/databases/ruby-activerecord70/distinfo
taca ec6eaa57f4 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
2022-06-07 15:19:27 +00:00

5 lines
364 B
Text

$NetBSD: distinfo,v 1.6 2022/06/07 15:19:27 taca Exp $
BLAKE2s (activerecord-7.0.3.gem) = 59548ccc12044f0b75e889ecdc878b33a5609a25a36bbf3fe740b200af205379
SHA512 (activerecord-7.0.3.gem) = 266a3957f4c51a11c76b0f7b61ae61a6881d8ef8524d0110bb20dd15e8cd7a0aaed956ce66c37170fba5ad2ce756f3716c950335a5eb87fc3927cbea18eab975
Size (activerecord-7.0.3.gem) = 474112 bytes