From 7c9b2b564793b577101a9230eac855128fca1738 Mon Sep 17 00:00:00 2001 From: taca Date: Tue, 12 Feb 2013 14:31:18 +0000 Subject: Update ruby-activerecord32 to 3.2.12. ## Rails 3.2.12 (unreleased) ## * Quote numeric values being compared to non-numeric columns. Otherwise, in some database, the string column values will be coerced to a numeric allowing 0, 0.0 or false to match any string starting with a non-digit. Example: App.where(apikey: 0) # => SELECT * FROM users WHERE apikey = '0' *Dylan Smith* --- databases/ruby-activerecord32/distinfo | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'databases/ruby-activerecord32') diff --git a/databases/ruby-activerecord32/distinfo b/databases/ruby-activerecord32/distinfo index 40437b97a41..5ddcae35680 100644 --- a/databases/ruby-activerecord32/distinfo +++ b/databases/ruby-activerecord32/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2013/01/09 12:43:18 taca Exp $ +$NetBSD: distinfo,v 1.10 2013/02/12 14:31:18 taca Exp $ -SHA1 (activerecord-3.2.11.gem) = f360c17968486479b0a4207e7eccbe379186a9d2 -RMD160 (activerecord-3.2.11.gem) = ae2153a83bfdfc4421fbf0a2b7106cbbdca643ac -Size (activerecord-3.2.11.gem) = 290816 bytes +SHA1 (activerecord-3.2.12.gem) = 7d4327c54900f45c60947a63350e865843e193ef +RMD160 (activerecord-3.2.12.gem) = 5d403e1289e66ec8c78718b353c4fccf02ac54e5 +Size (activerecord-3.2.12.gem) = 291328 bytes -- cgit v1.2.3