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: 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.
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
Home |
Main Index |
Thread Index |
Old Index