Details
-
Bug
-
Status: Closed
-
Major - P3
-
Resolution: Works as Designed
-
None
-
None
-
None
-
mongo shell running under cygwin, although that shouldn't affect this
-
Fully Compatible
-
ALL
Description
Tried the following in the mongo shell
> use foo
switched to db foo
> db.f.save(
);
> db.f.save(
);
> db.f.find();
>
The handling of backslashes within strings does not seem to be consistent. The first example removes some of them without doing anything to the following characters. The second example fails to use "
" as an escape for '\'.
Attachments
Issue Links
- is duplicated by
-
SERVER-26536 Regex containing an escaped | pipe symbol are not handled correctly
-
- Closed
-