Product: Aqua Data Studio
Version: 19.0.0-dev-10
Build #: 53770
Build Date: 2017-Mar-29 04:11:14 PM
Operating Environment: Windows 7 (6.1, amd64) / Cp1252 / en / US / Oracle Corporation 1.8.0_121-b13
Memory: Max=704,643,072; Total=334,495,744; Free=205,349,552; CPUs=8
Steps to reproduce the issue:
-
Launch ADS.
-
Connect to MongoDB.
-
Create a collection with "testing..."
//CREATE COLLECTION "testing..."
-
Launch MongoJS and type the below
db.^
-
Once the autocomplete comes up, start typing "testi^"
Result: Notice that the dots in "testing" are not displayed in the auto pop-up, and also on inserting the collection in MongoJS dots are not inserted.
Expected: Dots should be displayed in auto pop-up.
Please see attached image.
This version is seen from v17 in which MongoJS was introduced.