Open
Description
OS: Win10
Build Version: 20240226.3
Regression: Previous Release (0.20.1)
Repro Steps:
- Create a Mongo DB account -> Create a database -> Create a collection "heroes".
- Create a new scrapbook and type the following.
db.heroes.insert([{
"_id": {"$oid" : "5a7e04558ceb7f33005d6134"},
"name": "Joker",
"saying": "Ha ha"
},
{
id: 3,
name: "Batman",
saying: "Nanana"
}
]);
- Click "Execute All".
- Check whether no error occurs.