View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005277 | SymmetricDS Pro | Bug | public | 2022-04-25 14:35 | 2022-06-06 12:37 |
Reporter | emiller | Assigned To | emiller | ||
Priority | normal | ||||
Status | closed | Resolution | fixed | ||
Product Version | 3.13.0 | ||||
Target Version | 3.13.5 | Fixed in Version | 3.13.5 | ||
Summary | 0005277: Fix phantom table issue in SQL Explorer database tree | ||||
Description | In 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 Reproduce | Run 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. | ||||
Tags | No tags attached. | ||||
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 |