mariuz / flamerobin

FlameRobin is a database administration tool for Firebird RDBMS. Our goal is to build a tool that is: lightweight (small footprint, fast execution) cross-platform (Linux, Windows, Mac OS X, FreeBSD) dependent only on other Open Source software
http://flamerobin.org
MIT License
214 stars 66 forks source link

Table Triggers are shown as DDL Triggers when they are created #150

Closed luronumen closed 3 years ago

luronumen commented 3 years ago

STEPS TO REPRODUCE THIS ISSUE: 1- Create a new database; 2- Right click on database > Execute SQL Statements and then run a SQL script that contains instructions to create table triggers: Table Triggers are shown as DDL Triggers when they are created Failed 3- Right click on database > Refresh: Verify that the table triggers created are now moved from DDL Triggers node to Triggers node correctly Passed