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

Fix typo in DBQuery.toString()

    • Type: Icon: Bug Bug
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • 2.3.2
    • Affects Version/s: 2.3.0
    • Component/s: JavaScript, Shell
    • Labels:
    • ALL
    • Hide

      > (db.foo.find().toString())

      actual:

      DBQuery: local.foo -> undefined
      

      expected:

      DBQuery: local.foo -> { }
      
      Show
      > (db.foo.find().toString()) actual: DBQuery: local.foo -> undefined expected: DBQuery: local.foo -> { }

          Assignee:
          ian@mongodb.com Ian Whalen (Inactive)
          Reporter:
          azat Azat Khuzhin
          Votes:
          0 Vote for this issue
          Watchers:
          3 Start watching this issue

            Created:
            Updated:
            Resolved: