ADS : 14-rc-42
Platform : Ubuntu 12.04 64 bit
MongoDB : 2.4.4
Referring to the attached screenshot 'incomplete_collections.png', the dropdown list does not display the newly created collections even after the connection is reconnected (clicking 'Reconnect' button at the top of QA).
Could you please investigate this issue?
Steps to reproduce this issue:
1) Open the QA tab on a mongodb database and create some new collections.
2) Now click on the 'Reconnect' button on the QA to re-establish connection.
3) On the same QA window, write a DML (SELECT or INSERT) query and invoke suggestion dropdown list of collections using Ctrl + space.
Expected behavior:
4) The newly created collections in step 2 should have been displayed in the dropdown list.
Actual behavior:
5) The newly created collections are not displayed.
|
138 KB
|
19 KB
From the Auto Completion Wiki page:
The editor will cache the schema tables and columns for auto-completion for performance purposes, so any table additions or removals after the query window is open will not be available to auto-completion. You must press the "Refresh Schema" button to clear the cache.
Currently, the only way to refresh the cache is to press the "Refresh Schema" button (see attached screenshot ToolBar.png).
We'll consider refreshing the cache for Reconnect in a future release.
Issue #10419 |
Closed |
Completion |
No due date |
No fixed build |
No time estimate |
From the Auto Completion Wiki page:
Currently, the only way to refresh the cache is to press the "Refresh Schema" button (see attached screenshot ToolBar.png).
We'll consider refreshing the cache for Reconnect in a future release.