Sun Feb 13 07:43:55 2022 UTC ()
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.


(taca)
diff -r1.2 -r1.3 pkgsrc/databases/ruby-activerecord70/distinfo

cvs diff -r1.2 -r1.3 pkgsrc/databases/ruby-activerecord70/distinfo (expand / switch to unified diff)

--- pkgsrc/databases/ruby-activerecord70/distinfo 2022/01/16 14:07:29 1.2
+++ pkgsrc/databases/ruby-activerecord70/distinfo 2022/02/13 07:43:55 1.3
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.2 2022/01/16 14:07:29 taca Exp $ 1$NetBSD: distinfo,v 1.3 2022/02/13 07:43:55 taca Exp $
2 2
3BLAKE2s (activerecord-7.0.1.gem) = 84c75d56271c1d6f3fda2ae5a4ce323bedad422120ffe992dec7f6a5a32326c7 3BLAKE2s (activerecord-7.0.2.2.gem) = 9a039e03b6742d2df14de09560f7835c61264c2665ef5cf4cf0a9e06f134b3e5
4SHA512 (activerecord-7.0.1.gem) = 506b37f9ec81d4f931ae5726e92d422d58c6557db27fcc720cfa0688441ca8d4b48fe1d95a2223fba7c53bd6679c1af54bfc386db65c5f586abeb41585d938c1 4SHA512 (activerecord-7.0.2.2.gem) = 7a057cd45dcd843b26b341315691aeb67b9240e054aaa54f613a1617155bf400953e8c8390fca38fb814036ba677e46c7bae96d34f8608553452ebea9f45a4ff
5Size (activerecord-7.0.1.gem) = 472064 bytes 5Size (activerecord-7.0.2.2.gem) = 473088 bytes