Sun Apr 14 10:33:31 2019 UTC ()
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.


(taca)
diff -r1.1 -r1.2 pkgsrc/databases/ruby-activerecord52/distinfo

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

--- pkgsrc/databases/ruby-activerecord52/distinfo 2019/03/03 14:55:02 1.1
+++ pkgsrc/databases/ruby-activerecord52/distinfo 2019/04/14 10:33:31 1.2
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.1 2019/03/03 14:55:02 taca Exp $ 1$NetBSD: distinfo,v 1.2 2019/04/14 10:33:31 taca Exp $
2 2
3SHA1 (activerecord-5.2.2.gem) = 5f2ddb8ea08accaf10a5b23d36fdb4baff666563 3SHA1 (activerecord-5.2.3.gem) = a2392eac105b99970b2376773ad17f383415de15
4RMD160 (activerecord-5.2.2.gem) = 218bf945e1aee39add8ae135f8600d28ec993b04 4RMD160 (activerecord-5.2.3.gem) = 68bea6c9826a4b009aa7946ac6753c3291102a96
5SHA512 (activerecord-5.2.2.gem) = 57073202e3121ab4e41a53b9bb0573b42655f6e7ef7f21ec867609ebcfd2c704cd38b2bec9291fc8d55b19e3cabc934c8fdac531c0f181de554c728022a171ae 5SHA512 (activerecord-5.2.3.gem) = 838d2fa5ec29022683b94173015e7db672a147305a6dd7745120a66ff4626af9ce3d746a73ac0b918d32af9e069831aa43358e99edd996fa23ebc2517a338b65
6Size (activerecord-5.2.2.gem) = 356864 bytes 6Size (activerecord-5.2.3.gem) = 357376 bytes