pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/databases/ruby-activerecord70



Module Name:    pkgsrc
Committed By:   taca
Date:           Tue Jun  7 15:19:27 UTC 2022

Modified Files:
        pkgsrc/databases/ruby-activerecord70: distinfo

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


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/databases/ruby-activerecord70/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/databases/ruby-activerecord70/distinfo
diff -u pkgsrc/databases/ruby-activerecord70/distinfo:1.5 pkgsrc/databases/ruby-activerecord70/distinfo:1.6
--- pkgsrc/databases/ruby-activerecord70/distinfo:1.5   Thu May  5 03:41:41 2022
+++ pkgsrc/databases/ruby-activerecord70/distinfo       Tue Jun  7 15:19:27 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2022/05/05 03:41:41 taca Exp $
+$NetBSD: distinfo,v 1.6 2022/06/07 15:19:27 taca Exp $
 
-BLAKE2s (activerecord-7.0.2.4.gem) = dd60eecad26616c746e40c85a1364cd28713405250da039923099d9e7ffe1b04
-SHA512 (activerecord-7.0.2.4.gem) = 7d5bb169a09ace9c0222ef4619b8938ebd97cbd9ff1769badfe8f080247f59def0ac989ed527d44d81b017b16e7b213f8d5fd1c8188d9686864c464e67e61cb7
-Size (activerecord-7.0.2.4.gem) = 473088 bytes
+BLAKE2s (activerecord-7.0.3.gem) = 59548ccc12044f0b75e889ecdc878b33a5609a25a36bbf3fe740b200af205379
+SHA512 (activerecord-7.0.3.gem) = 266a3957f4c51a11c76b0f7b61ae61a6881d8ef8524d0110bb20dd15e8cd7a0aaed956ce66c37170fba5ad2ce756f3716c950335a5eb87fc3927cbea18eab975
+Size (activerecord-7.0.3.gem) = 474112 bytes



Home | Main Index | Thread Index | Old Index