quit()
|
46 KB
|
45 KB
|
62 KB
quit()
is a MongoShell command to quit the shell. You are trying to run a MongoShell command in the MongoJS Query Analyzer. Even if we can fix this issue to return the same message as MongoShell, the message is misleading in the context of the MongoJS Query Analyzer.
Why is the message "the command was successfully executed" displayed to the user. The command was not successfully executed.
Why is the message "the command was successfully executed" displayed to the user. The command was not successfully executed.
Error message is now displayed when quit()
is invoked within MongoJS Query Analyzer. The following error message is shown:
" quit() command is not supported within MongoJS Query Analyzer ".
Error message is now displayed when quit()
is invoked within MongoJS Query Analyzer. The following error message is shown:
" quit() command is not supported within MongoJS Query Analyzer ".
Reopening for now, if behavior is acceptable it can be marked as resolved.
Following error message is displayed.
Wrapped \\.\\.\\हिñçêČάй語简�?한\\.yꀢꄩ⢢ꁉprivate: quit() command is not supported within MongoJS Query Analyzer.
Reopening for now, if behavior is acceptable it can be marked as resolved.
Following error message is displayed.
Wrapped \\.\\.\\हिñçêČάй語简�?한\\.yꀢꄩ⢢ꁉprivate: quit() command is not supported within MongoJS Query Analyzer.
I have removed the "Wrapped \\.\\.\\हिñçêČάй語简�?한\\.yꀢꄩ⢢ꁉprivate:" part.
I have removed the "Wrapped \\.\\.\\हिñçêČάй語简�?한\\.yꀢꄩ⢢ꁉprivate:" part.
Verified in ADS 17.0.0-rc-37.
Now a error message "The quit() command is not supported within MongoJS Query Analyzer. " is displayed in MongoJS
Verified in ADS 17.0.0-rc-37.
Now a error message "The quit() command is not supported within MongoJS Query Analyzer. " is displayed in MongoJS
This was broken in rc-40 and is now fixed in rc-45. Please re-verify using rc-45.
This was broken in rc-40 and is now fixed in rc-45. Please re-verify using rc-45.
Verified in Version: 17.0.0-rc-46.
Now an error message "The quit() command is not supported within MongoJS Query Analyzer." is displayed.
Verified in Version: 17.0.0-rc-46.
Now an error message "The quit() command is not supported within MongoJS Query Analyzer." is displayed.
I have changed the component, as Issue is of MongoJS.
I have changed the component, as Issue is of MongoJS.
Issue #13847 |
Closed |
Fixed |
Resolved |
Completion |
No due date |
Fixed Build ADS 17.0.0-rc-45, mongo-jdbc 1.4.7.9, 2.4.7.9 |
No time estimate |
quit()
is a MongoShell command to quit the shell. You are trying to run a MongoShell command in the MongoJS Query Analyzer. Even if we can fix this issue to return the same message as MongoShell, the message is misleading in the context of the MongoJS Query Analyzer.