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

Fix typo in DBQuery.toString()

    XMLWordPrintableJSON

Details

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major - P3 Major - P3
    • 2.3.2
    • 2.3.0
    • JavaScript, Shell
    • 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 -> { }

    Attachments

      Activity

        People

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

          Dates

            Created:
            Updated:
            Resolved: