pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/ruby-activerecord52 databases/ruby-activerec...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/31cf640290fb
branches:  trunk
changeset: 322300:31cf640290fb
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Apr 14 10:33:31 2019 +0000

description:
databases/ruby-activerecord52: update to 5.2.3

## Rails 5.2.3 (March 27, 2019) ##

*   Fix different `count` calculation when using `size` with manual `select` with DISTINCT.

    Fixes #35214.

    *Juani Villarejo*

*   Fix prepared statements caching to be enabled even when query caching is enabled.

    *Ryuta Kamizono*

*   Don't allow `where` with invalid value matches to nil values.

    Fixes #33624.

    *Ryuta Kamizono*

*   Restore an ability that class level `update` without giving ids.

    Fixes #34743.

    *Ryuta Kamizono*

*   Fix join table column quoting with SQLite.

    *Gannon McGibbon*

*   Ensure that `delete_all` on collection proxy returns affected count.

    *Ryuta Kamizono*

*   Reset scope after delete on collection association to clear stale offsets of removed records.

    *Gannon McGibbon*


## Rails 5.2.2.1 (March 11, 2019) ##

*   No changes.

diffstat:

 databases/ruby-activerecord52/distinfo |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (15 lines):

diff -r 92c67fb4c0e9 -r 31cf640290fb databases/ruby-activerecord52/distinfo
--- a/databases/ruby-activerecord52/distinfo    Sun Apr 14 10:33:01 2019 +0000
+++ b/databases/ruby-activerecord52/distinfo    Sun Apr 14 10:33:31 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2019/03/03 14:55:02 taca Exp $
+$NetBSD: distinfo,v 1.2 2019/04/14 10:33:31 taca Exp $
 
-SHA1 (activerecord-5.2.2.gem) = 5f2ddb8ea08accaf10a5b23d36fdb4baff666563
-RMD160 (activerecord-5.2.2.gem) = 218bf945e1aee39add8ae135f8600d28ec993b04
-SHA512 (activerecord-5.2.2.gem) = 57073202e3121ab4e41a53b9bb0573b42655f6e7ef7f21ec867609ebcfd2c704cd38b2bec9291fc8d55b19e3cabc934c8fdac531c0f181de554c728022a171ae
-Size (activerecord-5.2.2.gem) = 356864 bytes
+SHA1 (activerecord-5.2.3.gem) = a2392eac105b99970b2376773ad17f383415de15
+RMD160 (activerecord-5.2.3.gem) = 68bea6c9826a4b009aa7946ac6753c3291102a96
+SHA512 (activerecord-5.2.3.gem) = 838d2fa5ec29022683b94173015e7db672a147305a6dd7745120a66ff4626af9ce3d746a73ac0b918d32af9e069831aa43358e99edd996fa23ebc2517a338b65
+Size (activerecord-5.2.3.gem) = 357376 bytes



Home | Main Index | Thread Index | Old Index