diff options
author | taca <taca> | 2013-02-12 14:31:18 +0000 |
---|---|---|
committer | taca <taca> | 2013-02-12 14:31:18 +0000 |
commit | ee2fb7fa0b02f8f0dc24d50bef1826e2d19e9964 (patch) | |
tree | b2bd2759a360aa16aa291489b52dbac5d1fadaa1 /databases/ruby-activerecord32 | |
parent | 264de2bad4017c8dcb81950942a67f169d0250c6 (diff) | |
download | pkgsrc-ee2fb7fa0b02f8f0dc24d50bef1826e2d19e9964.tar.gz |
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*
Diffstat (limited to 'databases/ruby-activerecord32')
-rw-r--r-- | databases/ruby-activerecord32/distinfo | 8 |
1 files changed, 4 insertions, 4 deletions
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 |