AnyOne
AnyOne

Reputation: 931

Not able to use "{" and "}" characters in mongodb console

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

Upvotes: 0

Views: 678

Answers (1)

Tad Marshall
Tad Marshall

Reputation: 1363

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.

Upvotes: 1

Related Questions