Encountered in ADS 14-alpha-23.
When we execute following command on ADS:
show fields in kips
go
where kips is a collection not in current database, the results pane displays (Pls refer to attached screenshot)
0 record(s) selected [Fetch MetaData: 8ms] [Fetch Data: 0ms]
Could you please show informative message such as 'Collection does not exist in current database' or something similar?
|
80 KB
An exception is now thrown for the SHOW FIELDS statement if the given collection doesn't exist. This might break the behaviour of the Describe (CTRL+D) action (see issue #8786) so please retest that issue after the mongo-jdbc 1.1.8 gets integrated into ADS.
Issue #9150 |
Closed |
Fixed |
Resolved |
Completion |
No due date |
Fixed Build ADS 14.0.0-alpha-26 (mongo-jdbc 1.1.8) |
No time estimate |
1 issue link |
relates to #8786
Issue #8786CTRL+D displays details of collection not present in database |
An exception is now thrown for the SHOW FIELDS statement if the given collection doesn't exist. This might break the behaviour of the Describe (CTRL+D) action (see issue #8786) so please retest that issue after the mongo-jdbc 1.1.8 gets integrated into ADS.