Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 06E491A9239 for ; Sun, 13 Feb 2022 07:43:58 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 39A1284E87; Sun, 13 Feb 2022 07:43:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 71F3C84D80 for ; Sun, 13 Feb 2022 07:43:56 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id DcB8VpVnJnV0 for ; Sun, 13 Feb 2022 07:43:55 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id D3F3384CE7 for ; Sun, 13 Feb 2022 07:43:55 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D1C9BFB24; Sun, 13 Feb 2022 07:43:55 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1644738235245440" MIME-Version: 1.0 Date: Sun, 13 Feb 2022 07:43:55 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/databases/ruby-activerecord70 To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20220213074355.D1C9BFB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1644738235245440 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: taca Date: Sun Feb 13 07:43:55 UTC 2022 Modified Files: pkgsrc/databases/ruby-activerecord70: distinfo 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. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/databases/ruby-activerecord70/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1644738235245440 Content-Disposition: inline Content-Length: 1091 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/databases/ruby-activerecord70/distinfo diff -u pkgsrc/databases/ruby-activerecord70/distinfo:1.2 pkgsrc/databases/ruby-activerecord70/distinfo:1.3 --- pkgsrc/databases/ruby-activerecord70/distinfo:1.2 Sun Jan 16 14:07:29 2022 +++ pkgsrc/databases/ruby-activerecord70/distinfo Sun Feb 13 07:43:55 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2022/01/16 14:07:29 taca Exp $ +$NetBSD: distinfo,v 1.3 2022/02/13 07:43:55 taca Exp $ -BLAKE2s (activerecord-7.0.1.gem) = 84c75d56271c1d6f3fda2ae5a4ce323bedad422120ffe992dec7f6a5a32326c7 -SHA512 (activerecord-7.0.1.gem) = 506b37f9ec81d4f931ae5726e92d422d58c6557db27fcc720cfa0688441ca8d4b48fe1d95a2223fba7c53bd6679c1af54bfc386db65c5f586abeb41585d938c1 -Size (activerecord-7.0.1.gem) = 472064 bytes +BLAKE2s (activerecord-7.0.2.2.gem) = 9a039e03b6742d2df14de09560f7835c61264c2665ef5cf4cf0a9e06f134b3e5 +SHA512 (activerecord-7.0.2.2.gem) = 7a057cd45dcd843b26b341315691aeb67b9240e054aaa54f613a1617155bf400953e8c8390fca38fb814036ba677e46c7bae96d34f8608553452ebea9f45a4ff +Size (activerecord-7.0.2.2.gem) = 473088 bytes --_----------=_1644738235245440--