Autocomplete should not update its schema cache when the database connection is disconnected.
Notice that no completion popup (that shows a list of table names) appears although it should.
63 KB
The fix is to not cache an AFSchema with no tables in autocomplete. Then when the connection is re-established, autocomplete gets the chance to re-query the database to extract schema information.
Issue #13269 |
Closed |
Fixed |
Resolved |
Completion |
No due date |
Fixed Build 15.0.16, 16.0.4-3, 17.0.0-dev-20 |
No time estimate |
1 issue link |
breaks #13860
Issue #13860Autocompletion is not working when "Auto Complete On All Schemas" option is OFF in Query Analyzer window. |
The fix is to not cache an AFSchema with no tables in autocomplete. Then when the connection is re-established, autocomplete gets the chance to re-query the database to extract schema information.