Firebird Trigger support empty #103
-
I see now the Trigger group in my firebird connections but I did not get any triggers if I open it. How can I give some more debug info about it? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
There are two types of triggers - database (ON CONNECT, etc) and table triggers (ON UPDATE/INSERT,etc). Table triggers lives inside the table element. |
Beta Was this translation helpful? Give feedback.
-
Aaah, that was the trick :D I just used to see all trigger in the main tree in flamerobin :) |
Beta Was this translation helpful? Give feedback.
There are two types of triggers - database (ON CONNECT, etc) and table triggers (ON UPDATE/INSERT,etc). Table triggers lives inside the table element.
Are you sure your database has database triggers?
To validate you can check queries DBeaver executes during metadata reading (in Query Manager view).