[SERVER-271] Traces of code comments show up in queries. Created: 31/Aug/09  Updated: 02/Oct/09  Resolved: 31/Aug/09

Status: Closed
Project: Core Server
Component/s: None
Affects Version/s: None
Fix Version/s: None

Type: Bug Priority: Major - P3
Reporter: sandstrom Assignee: Eliot Horowitz (Inactive)
Resolution: Cannot Reproduce Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

OS X 10.5 64-bit


Participants:

 Description   

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)



 Comments   
Comment by Eliot Horowitz (Inactive) [ 31/Aug/09 ]

i think this was an issue with the php driver at some point and it actually inserted that into the db.
that string does not appear anywhere in the db code.

Generated at Thu Feb 08 02:53:35 UTC 2024 using Jira 9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66.