diff options
author | Ryuta Kamizono <kamipo@gmail.com> | 2018-05-29 04:58:26 +0900 |
---|---|---|
committer | Ryuta Kamizono <kamipo@gmail.com> | 2018-05-29 05:22:31 +0900 |
commit | 34cc301f03aea2e579d6687a9ea9782afc1089a0 (patch) | |
tree | 5dcef79348a0f189a7f19d4567c997a5fbc96fd9 /activerecord/test/models/personal_legacy_thing.rb | |
parent | 168598c0f1201fd310c972041919bede9f8f9511 (diff) | |
download | rails-34cc301f03aea2e579d6687a9ea9782afc1089a0.tar.gz rails-34cc301f03aea2e579d6687a9ea9782afc1089a0.tar.bz2 rails-34cc301f03aea2e579d6687a9ea9782afc1089a0.zip |
Ensure casting by boolean attribute when querying
`QueryAttribute#value_for_database` calls only `type.serialize`, and
`Boolean#serialize` is a no-op unlike other attribute types.
It caused the issue #32624. Whether or not `serialize` will invoke
`cast` is undefined in our test cases, but it actually does not work
properly unless it does so for now.
Fixes #32624.
Diffstat (limited to 'activerecord/test/models/personal_legacy_thing.rb')
0 files changed, 0 insertions, 0 deletions