aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/store_test.rb
diff options
context:
space:
mode:
authorTristan Harward <trisweb@gmail.com>2013-01-06 15:39:09 -0500
committerTristan Harward <trisweb@gmail.com>2013-01-06 16:09:40 -0500
commit807e176aba7804cad8d630d04f3b771011be4fe6 (patch)
treeb10a9346cf09ecf9c29c55075e201b4da96edc68 /activerecord/test/cases/store_test.rb
parent85afc11756630eb8d4bdc302ea026834251ffc8a (diff)
downloadrails-807e176aba7804cad8d630d04f3b771011be4fe6.tar.gz
rails-807e176aba7804cad8d630d04f3b771011be4fe6.tar.bz2
rails-807e176aba7804cad8d630d04f3b771011be4fe6.zip
Fix error when assigning NaN to an integer column
Also covers any non-castable case by returning nil, which is in-line with the intention of the former implementation, but covers the odd cases which respond to to_i but raise an error when it's called, such as NaN, Infinity and -Infinity. Fixes #8757
Diffstat (limited to 'activerecord/test/cases/store_test.rb')
0 files changed, 0 insertions, 0 deletions