Uploaded image for project: 'Ruby Driver'
  1. Ruby Driver
  2. RUBY-1045

Collection#insert_one modifies input hash

    • Type: Icon: Bug Bug
    • Resolution: Done
    • Priority: Icon: Minor - P4 Minor - P4
    • 12_01_17
    • Affects Version/s: 2.0.6
    • Component/s: Public API
    • Labels:
      None

      Example:

      doc = {"signature": "ABC", "providers": ["foo", "bar"]}
      
      my_collection.insert_one(doc)
      
      p doc   # => {:signature=>"ABC", :providers=>["foo", "bar"]}
      

      Notice how the keys have been replaced by symbols.

      Functions should never modify their arguments in-place unless it is explicitly documented. In this case, it's obviously a bug. I haven't tested "insert_many" but it might have the same issue.

            Assignee:
            emily.stolfo Emily Stolfo
            Reporter:
            Hubro Tomas Sandven [X]
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: