Details
-
Bug
-
Resolution: Done
-
Major - P3
-
2.2.0-rc0
-
None
-
ALL
Description
BSONElement opCopy(*pBsonElement);
|
string value(opCopy.String());
|
|
|
/* check for a field path */
|
if (value[0] != '$')
|
goto ExpectConstant; // assume plain string constant
|
Does not work if the String is empty.