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

Traces of code comments show up in queries.

    • Type: Icon: Bug Bug
    • Resolution: Cannot Reproduce
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None
    • Environment:
      OS X 10.5 64-bit

      Doing something like this:
      db.schools.find()

      Returns the following data:
      [{"_id":

      {"__className": "MongoId"}

      ,"$err": "code not finished"},

      { // the real objects in the collection follows here }

      ,

      { // real object 2}

      ,

      { // etc }

      ]

      If you need them I could possibly provide a bson dump of the collection in question. However, my guess is that doing a project-wide search for the string "code not finished" on your side will turn something up. (I haven't added this record to the database)

            Assignee:
            eliot Eliot Horowitz (Inactive)
            Reporter:
            sandstrom sandstrom
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: