Collection#insert_one modifies input hash

XMLWordPrintableJSON

    • Type: Bug
    • Resolution: Done
    • Priority: Minor - P4
    • 12_01_17
    • Affects Version/s: 2.0.6
    • Component/s: Public API
    • None
    • None
    • None
    • None
    • None
    • None
    • None
    • 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 (Inactive)
              Reporter:
              Tomas Sandven [X]
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: