View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004825 | SymmetricDS | Bug | public | 2021-02-10 21:23 | 2021-02-10 21:25 |
Reporter | pmarzullo | Assigned To | pmarzullo | ||
Priority | normal | ||||
Status | assigned | Resolution | open | ||
Product Version | 3.11.13 | ||||
Target Version | 3.11.14 | ||||
Summary | 0004825: Raima DDL Reader fails to read triggers for specific table | ||||
Description | The query to read triggers for a table in the Raima DDL reader is incorrect. Should be: SELECT schemaname, tabname, name, event, trig.* FROM sys_trigger trig WHERE tabname = ? AND schemaname = ? | ||||
Steps To Reproduce | Use SQL Explorer, look for triggers on table browsing on the left. | ||||
Tags | ddl/schema | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2021-02-10 21:23 | pmarzullo | New Issue | |
2021-02-10 21:23 | pmarzullo | Status | new => assigned |
2021-02-10 21:23 | pmarzullo | Assigned To | => pmarzullo |
2021-02-10 21:23 | pmarzullo | Tag Attached: ddl/schema | |
2021-02-10 21:23 | pmarzullo | Relationship added | related to 0004824 |
2021-02-10 21:25 | pmarzullo | Relationship added | related to 0004826 |