Bug - drop table; refresh table

jkraai

Member
steps:

. in new SQL window, execute CREATE TABLE XYZ AS (SELECT 1 ONE FROM DUAL);
. open tables pane
. select "All objects" or "My objects" view
. open tables subtree
. note table xyz listed
. in SQL window, execute DROP TABLE XYZ;
. note table list has auto-refreshed and xyz is not listed
. in SQL window, execute CREATE TABLE XYZ AS (SELECT 1 ONE FROM DUAL);
. note no auto-refresh in table list

expected:
auto-refresh of table list on CREATE TABLE

thanks for the great product!

--jim
 
When I try this, the table is removed and added from the Browser as expected. Note however that it is added at the end of the list, and not in accordance with the sort order.
 
Back
Top