Path to this page:
Subject: CVS commit: pkgsrc/databases/ruby-activerecord32
From: Takahiro Kambe
Date: 2013-02-12 15:31:19
Message id: 20130212143119.313B5175DD@cvs.netbsd.org
Log Message:
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*
Files: