pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/ruby-activerecord52



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Apr 14 10:33:31 UTC 2019

Modified Files:
        pkgsrc/databases/ruby-activerecord52: distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/databases/ruby-activerecord52/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-activerecord52/distinfo
diff -u pkgsrc/databases/ruby-activerecord52/distinfo:1.1 pkgsrc/databases/ruby-activerecord52/distinfo:1.2
--- pkgsrc/databases/ruby-activerecord52/distinfo:1.1   Sun Mar  3 14:55:02 2019
+++ pkgsrc/databases/ruby-activerecord52/distinfo       Sun Apr 14 10:33:31 2019
@@ -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