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/d85b14ea999c
branches:  trunk
changeset: 373793:d85b14ea999c
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Feb 13 07:43:55 2022 +0000

description:
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.

diffstat:

 databases/ruby-activerecord70/distinfo |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (13 lines):

diff -r afd1722bb40f -r d85b14ea999c databases/ruby-activerecord70/distinfo
--- a/databases/ruby-activerecord70/distinfo    Sun Feb 13 07:43:27 2022 +0000
+++ b/databases/ruby-activerecord70/distinfo    Sun Feb 13 07:43:55 2022 +0000
@@ -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



Home | Main Index | Thread Index | Old Index