Not able to use “{” and “}” characters in mongodb console

◇◆丶佛笑我妖孽 提交于 2019-12-12 02:27:49

问题


I am trying to use curly braces in mongodb native console client on Windows 7 but i am not able to write curly braces if i am even copy paste curly braces to console it just remove curly braces.

Which settings of console can cause this ?

Here is client console session

MongoDB shell version: 2.1.0-pr
connecting to: test
> 

I am using 2.1.0 pre alpha version


回答1:


This was a bug in the 2.1.0-pre- version, now fixed because of your report. Thank you! See https://jira.mongodb.org/browse/SERVER-4611 for the writeup and a link to the change, and try a nightly build that includes the fix once one is available. It should work correctly now.



来源:https://stackoverflow.com/questions/8695400/not-able-to-use-and-characters-in-mongodb-console

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!