diff options
author | Ryuta Kamizono <kamipo@gmail.com> | 2017-05-11 04:20:53 +0900 |
---|---|---|
committer | Ryuta Kamizono <kamipo@gmail.com> | 2017-05-31 17:16:11 +0900 |
commit | 67a4a9feb9d31747db8a9ce5fcfe61d6067dd625 (patch) | |
tree | f9617483d55b26143da444205509173241b605b0 /activerecord/test/cases/fixtures_test.rb | |
parent | 7c800fe5e338540ef195f071a7f3604ed4197f3f (diff) | |
download | rails-67a4a9feb9d31747db8a9ce5fcfe61d6067dd625.tar.gz rails-67a4a9feb9d31747db8a9ce5fcfe61d6067dd625.tar.bz2 rails-67a4a9feb9d31747db8a9ce5fcfe61d6067dd625.zip |
Prevent making bind param if casted value is nil
If casted value is nil, generated SQL should be `IS NULL`. But currently
it is generated as `= NULL`. To prevent this behavior, avoid making bind
param if casted value is nil.
Fixes #28945.
Diffstat (limited to 'activerecord/test/cases/fixtures_test.rb')
0 files changed, 0 insertions, 0 deletions