Error message of failed $mul operation mentions $inc

XMLWordPrintableJSON

    • Type: Bug
    • Resolution: Done
    • Priority: Minor - P4
    • 2.5.5
    • Affects Version/s: 2.5.2
    • Component/s: None
    • None
    • Fully Compatible
    • ALL
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      The following message should say "Cannot apply $mul ..." rather than "$inc"

      $mul was introduced in 2.5.2.

      > db.foo.save({_id:1, a:"one", b:2, c:3})
      > db.foo.update({_id:1}, {$mul: {a: 2.25}})
      > db.getLastError()
      Cannot apply $inc to a value of non-numeric type. {_id: 1.0} has the field 'a' of non-numeric type String
      

              Assignee:
              Matt Kangas (Inactive)
              Reporter:
              Matt Kangas (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: