View Issue Details

IDProjectCategoryView StatusLast Update
0005277SymmetricDS ProBugpublic2022-06-06 12:37
Reporteremiller Assigned Toemiller  
Prioritynormal 
Status closedResolutionfixed 
Product Version3.13.0 
Target Version3.13.5Fixed in Version3.13.5 
Summary0005277: Fix phantom table issue in SQL Explorer database tree
DescriptionIn the SQL Explorer database tree, if 2 different nodes have 2 schemas with the same name and only one of them contains a table, some odd behavior occurs. If both schemas are visible in the tree, expanding one of the schemas will expand both of them and they appear empty. If the schema that contains a table is expanded when the other schema isn't visible in the tree, then both schemas contain the table. If the schema that doesn't contain a table is expanded when the other schema isn't visible in the tree, then both schemas appear empty.
Steps To ReproduceRun this SQL on the first node:

    create schema ehr;
    create table ehr.mytable (id integer primary key, name varchar(10));

Run this SQL on the second node:

    create schema ehr;

So, the table is on the first node, but not on the second node. Click the refresh button, then expand the nodes to see what's in the ehr schema.
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Related Changesets

SymmetricDS: 3.13 54fc8455

2022-04-25 18:47:25

evan-miller-jumpmind

Details Diff
0005277: Fixed phantom table issue in SQL Explorer DbTree Affected Issues
0005277
mod - symmetric-sqlexplorer/src/main/java/org/jumpmind/vaadin/ui/sqlexplorer/DbTreeNode.java Diff File

Issue History

Date Modified Username Field Change
2022-04-25 14:35 emiller New Issue
2022-04-25 14:35 emiller Status new => assigned
2022-04-25 14:35 emiller Assigned To => emiller
2022-04-25 18:47 emiller Status assigned => resolved
2022-04-25 18:47 emiller Resolution open => fixed
2022-04-25 18:47 emiller Fixed in Version => 3.13.5
2022-04-25 19:00 Changeset attached => SymmetricDS 3.13 54fc8455
2022-06-03 20:42 elong Project SymmetricDS => SymmetricDS Pro
2022-06-06 12:37 admin Status resolved => closed