× Heads up!

Aqua Data Studio / nhilam

Follow
IDE for Relational Databases
×
funfun reported 2013-05-25T20:14:35Z  · tariqrahiman last modified 2013-08-01T19:12:14Z

MongoShell - support mongo shell - review shell variables


Priority Low
Complexity Unknown
Component App - FluidShell
Version 14.0

We have a simple MongoShell working at the moment, but I cannot do something like the one shown below:
   mongo> var cat = 0, dog = 1;
   mongo> print(cat, dog);
   0 1
   mongo> cat = cat + 1;
   cat: cannot access '=': No such file or directory
   cat: cannot access 'cat': No such file or directory
   cat: cannot access '+': No such file or directory
   cat: cannot access '1': No such file or directory
   mongo> \catt file
   catt: command not found
   mongo>
because the third statement, 'cat = cat + 1;', is interpreted as a FluidShell command.

I need to review current ADS implementation to ensure user's input is interpreted correctly in MongoShell.

Issue #9145

Closed
Fixed
Resolved 2013-06-05T02:47:32Z
 
 
Completion
No due date
Fixed Build 14.0.0-alpha-24
No time estimate

About AquaClusters Privacy Policy Support Version - 19.0.2-4 AquaFold, Inc Copyright © 2007-2017