Fix typo in DBQuery.toString()

XMLWordPrintableJSON

    • Type: Bug
    • Resolution: Done
    • Priority: Major - P3
    • 2.3.2
    • Affects Version/s: 2.3.0
    • Component/s: 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 -> { }
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None

          Assignee:
          Ian Whalen (Inactive)
          Reporter:
          Azat Khuzhin
          Votes:
          0 Vote for this issue
          Watchers:
          3 Start watching this issue

            Created:
            Updated:
            Resolved: