pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/databases/ruby-activerecord70 databases/ruby-activerec...
details: https://anonhg.NetBSD.org/pkgsrc/rev/fc12a424d240
branches: trunk
changeset: 380483:fc12a424d240
user: taca <taca%pkgsrc.org@localhost>
date: Tue Jun 07 15:19:27 2022 +0000
description:
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
diffstat:
databases/ruby-activerecord70/distinfo | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (13 lines):
diff -r 822eaecf5b30 -r fc12a424d240 databases/ruby-activerecord70/distinfo
--- a/databases/ruby-activerecord70/distinfo Tue Jun 07 15:18:45 2022 +0000
+++ b/databases/ruby-activerecord70/distinfo Tue Jun 07 15:19:27 2022 +0000
@@ -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