-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
Mongoid round-trips symbol values in hashes:
butler% irb -rmongoid
irb(main):001:0> Hash.from_bson({foo: :bar}.to_bson)
=> {"foo"=>:bar}
This behavior is different from that of bson-ruby:
butler% irb -rbson irb(main):001:0> Hash.from_bson({foo: :bar}.to_bson) => {"foo"=>"bar"}
As far as I can see there are no tests for this. This ticket is to add the missing test coverage.
- is cloned by
-
RUBY-2123 Add test coverage for symbol round-tripping in Hash field values
- Closed
- is related to
-
MONGOID-4913 StringifiedSymbol field to expose strings as symbols in Ruby
- Closed
-
RUBY-2122 Test Symbol de/serialization with its bson_type configured to both string and symbol
- Closed
- related to
-
MONGOID-4900 Add Symbol Type Conversion to String
- Closed
- links to