Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-12353

Error message of failed $mul operation mentions $inc

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

      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 Matt Kangas
            Reporter:
            matt.kangas Matt Kangas
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: